#B06CB4

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

Shades of Violet Blue #B06CB4

Tints of Violet Blue #B06CB4

Color information

#B06CB4 (or 0xB06CB4) is unknown color: approx Violet Blue. HEX triplet: B0, 6C and B4. RGB value is (176,108,180). Sum of RGB (Red+Green+Blue) = 176+108+180=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #B06CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CB4 is #4F934B. Grayscale: #888888. Windows color (decimal): -5215052 or 11824304. OLE color: 11824304.

HSL color Cylindrical-coordinate representation of color #B06CB4: hue angle of 296.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06CB4 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176108180-
CMYK0.020.4000.29
HSL296.67º32.43%56.47%-
HSV(B)296.67º40%70.59%-
XYZ31.5123.2546.01-
YUV136.54152.53156.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=37.93%
G=23.28%
B=38.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761081800.020.4000.29296.6732.4356.47
HexB06CB422801D1292038
Octal2601542642500354514070
Binary1011000011011001011010010101000011101100101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CB4; }

 p { color: rgb(176,108,180); }

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

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

 a { background-color: rgb(176,108,180); }

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

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

 span { border-color: rgb(176,108,180); }

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