#B366AE

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

Shades of Violet Blue #B366AE

Tints of Violet Blue #B366AE

Color information

#B366AE (or 0xB366AE) is unknown color: approx Violet Blue. HEX triplet: B3, 66 and AE. RGB value is (179,102,174). Sum of RGB (Red+Green+Blue) = 179+102+174=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B366AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366AE is #4C9951. Grayscale: #858585. Windows color (decimal): -5019986 or 11429555. OLE color: 11429555.

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

Color convert

RGB179102174-
CMYK00.430.030.30
HSL303.9º33.62%55.1%-
HSV(B)303.9º43.02%70.2%-
XYZ30.9822.1442.69-
YUV133.23151.01160.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=39.34%
G=22.42%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910217400.430.030.30303.933.6255.1
HexB366AE02B31E1302237
Octal2631462560533364604267
Binary1011001111001101010111001010111111110100110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366AE; }

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

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

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

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

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

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

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

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