#B066AD

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

Shades of Violet Blue #B066AD

Tints of Violet Blue #B066AD

Color information

#B066AD (or 0xB066AD) is unknown color: approx Violet Blue. HEX triplet: B0, 66 and AD. RGB value is (176,102,173). Sum of RGB (Red+Green+Blue) = 176+102+173=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B066AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066AD is #4F9952. Grayscale: #848484. Windows color (decimal): -5216595 or 11364016. OLE color: 11364016.

HSL color Cylindrical-coordinate representation of color #B066AD: hue angle of 302.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B066AD is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176102173-
CMYK00.420.020.31
HSL302.43º31.9%54.51%-
HSV(B)302.43º42.05%69.02%-
XYZ30.221.7542.14-
YUV132.22151.02159.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=39.02%
G=22.62%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610217300.420.020.31302.4331.954.51
HexB066AD02A21F12e2037
Octal2601462550522374564067
Binary1011000011001101010110101010101011111100101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066AD; }

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

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

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

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

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

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

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

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