#B066B1

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

Shades of Violet Blue #B066B1

Tints of Violet Blue #B066B1

Color information

#B066B1 (or 0xB066B1) is unknown color: approx Violet Blue. HEX triplet: B0, 66 and B1. RGB value is (176,102,177). Sum of RGB (Red+Green+Blue) = 176+102+177=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #B066B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066B1 is #4F994E. Grayscale: #848484. Windows color (decimal): -5216591 or 11626160. OLE color: 11626160.

HSL color Cylindrical-coordinate representation of color #B066B1: hue angle of 299.2º 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 #B066B1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB176102177-
CMYK0.010.4200.31
HSL299.2º32.47%54.71%-
HSV(B)299.2º42.37%69.41%-
XYZ30.5921.9144.21-
YUV132.68153.02158.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=38.68%
G=22.42%
B=38.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761021770.010.4200.31299.232.4754.71
HexB066B112A01F12b2037
Octal2601462611520374534067
Binary101100001100110101100011101010011111100101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B066B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B066B1; }

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

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

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

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

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

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

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

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