Html Css Color HEX #B366A0 Violet Blue

📋 copy color: '#B366A0'

red 179 ◦ green 102 ◦ blue 160

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

Shades of Violet Blue #B366A0

Tints of Violet Blue #B366A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 40.59%
G = 23.13%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B366A0 (or 0xB366A0) is known color: Violet Blue. HEX triplet: B3, 66 and A0. RGB value is (179,102,160). Sum of RGB (Red+Green+Blue) = 179+102+160=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A0 is #4C995F. Grayscale: #838383. Windows color (decimal): -5020000 or 10512051. OLE color: 10512051.

HSL color Cylindrical-coordinate representation of color #B366A0: hue angle of 314.81º 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 #B366A0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 160 -
CMYK 0 0.43 0.11 0.30
HSL 314.81º 0.34% 0.55% -
HSV(B) 314.81º 0.43% 0.7% -
XYZ 29.69 21.62 35.87 -
YUV 131.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 179 102 160 0 0.43 0.11 0.30 314.81 0.34 0.55
Hex B3 66 A0 0 2B B 1E 13B 22 37
Octal 263 146 240 0 53 13 36 473 42 67
Binary 10110011 1100110 10100000 0 101011 1011 11110 100111011 100010 110111

Color Harmonies of #B366A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366A0

Black with #B366A0

Text Example


Text Example

White with #B366A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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