#B366A7

Color #B366A7 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B366A7

Tints of Violet Blue #B366A7

Color information

#B366A7 (or 0xB366A7) is unknown color: approx Violet Blue. HEX triplet: B3, 66 and A7. RGB value is (179,102,167). Sum of RGB (Red+Green+Blue) = 179+102+167=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A7 is #4C9958. Grayscale: #848484. Windows color (decimal): -5019993 or 10970803. OLE color: 10970803.

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

Color convert

RGB179102167-
CMYK00.430.070.30
HSL309.35º33.62%55.1%-
HSV(B)309.35º43.02%70.2%-
XYZ30.3221.8839.18-
YUV132.43147.51161.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 167 (65.62% from 255) = 37.28%
R=39.96%
G=22.77%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910216700.430.070.30309.3533.6255.1
HexB366A702B71E1352237
Octal2631462470537364654267
Binary10110011110011010100111010101111111110100110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366A7; }

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

 H1.HeaderClassName
 {
   color: #B366A7;
 }
 .AnyTagClassName
 {
   color: #B366A7;
 }
</style>
background-color css

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

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

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

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

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

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