Html Css Color HEX #B366A1 Violet Blue

📋 copy color: '#B366A1'

red 179 ◦ green 102 ◦ blue 161

#B366A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B366A1

Tints of Violet Blue #B366A1

RGB

 RED value IS 179 (70.31% from 255) = 40.5%

 GREEN value IS 102 (40.23% from 255) = 23.08%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 40.5%
G = 23.08%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B366A1 (or 0xB366A1) is known color: Violet Blue. HEX triplet: B3, 66 and A1. RGB value is (179,102,161). Sum of RGB (Red+Green+Blue) = 179+102+161=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A1 is #4C995E. Grayscale: #838383. Windows color (decimal): -5019999 or 10577587. OLE color: 10577587.

HSL color Cylindrical-coordinate representation of color #B366A1: hue angle of 314.03º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B366A1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 161 -
CMYK 0 0.43 0.10 0.30
HSL 314.03º 0.34% 0.55% -
HSV(B) 314.03º 0.43% 0.7% -
XYZ 29.77 21.66 36.33 -
YUV 131.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 179 102 161 0 0.43 0.10 0.30 314.03 0.34 0.55
Hex B3 66 A1 0 2B A 1E 13A 22 37
Octal 263 146 241 0 53 12 36 472 42 67
Binary 10110011 1100110 10100001 0 101011 1010 11110 100111010 100010 110111

Color Harmonies of #B366A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366A1

Black with #B366A1

Text Example


Text Example

White with #B366A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366A1; }

 p { color: rgb(179,102,161); }

 H1.HeaderClassName
 {
   color: #B366A1;
 }
 .AnyTagClassName
 {
   color: #B366A1;
 }
</style>

background-color css

<style>
 a { background-color: #B366A1; }

 a { background-color: rgb(179,102,161); }

 div.DivClassName
 {
   background-color: #B366A1;
 }
 .BgClassName
 {
   background-color: #B366A1;
 }
</style>

border-color css

<style>
 span { border-color: #B366A1; }

 span { border-color: rgb(179,102,161); }

 td.TdClassName
 {
   border-color: #B366A1;
 }
 .TagClassName
 {
   border-color: #B366A1;
 }
</style>