#B066B3

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

Shades of Violet Blue #B066B3

Tints of Violet Blue #B066B3

Color information

#B066B3 (or 0xB066B3) is unknown color: approx Violet Blue. HEX triplet: B0, 66 and B3. RGB value is (176,102,179). Sum of RGB (Red+Green+Blue) = 176+102+179=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #B066B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066B3 is #4F994C. Grayscale: #848484. Windows color (decimal): -5216589 or 11757232. OLE color: 11757232.

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

Color convert

RGB176102179-
CMYK0.020.4300.30
HSL297.66º33.62%55.1%-
HSV(B)297.66º43.02%70.2%-
XYZ30.7921.9945.27-
YUV132.9154.02158.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=38.51%
G=22.32%
B=39.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761021790.020.4300.30297.6633.6255.1
HexB066B322B01E12a2237
Octal2601462632530364524267
Binary1011000011001101011001110101011011110100101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066B3; }

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

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

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

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

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

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

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

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