Html Css Color HEX #B366A9 Violet Blue

📋 copy color: '#B366A9'

red 179 ◦ green 102 ◦ blue 169

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

Shades of Violet Blue #B366A9

Tints of Violet Blue #B366A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 39.78%
G = 22.67%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B366A9 (or 0xB366A9) is known color: Violet Blue. HEX triplet: B3, 66 and A9. RGB value is (179,102,169). Sum of RGB (Red+Green+Blue) = 179+102+169=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A9 is #4C9956. Grayscale: #848484. Windows color (decimal): -5019991 or 11101875. OLE color: 11101875.

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

Color convert

RGB 179 102 169 -
CMYK 0 0.43 0.06 0.30
HSL 307.79º 0.34% 0.55% -
HSV(B) 307.79º 0.43% 0.7% -
XYZ 30.5 21.95 40.17 -
YUV 132.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 179 102 169 0 0.43 0.06 0.30 307.79 0.34 0.55
Hex B3 66 A9 0 2B 6 1E 134 22 37
Octal 263 146 251 0 53 6 36 464 42 67
Binary 10110011 1100110 10101001 0 101011 110 11110 100110100 100010 110111

Color Harmonies of #B366A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366A9

Black with #B366A9

Text Example


Text Example

White with #B366A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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