#B060B2

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

Shades of Violet Blue #B060B2

Tints of Violet Blue #B060B2

Color information

#B060B2 (or 0xB060B2) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and B2. RGB value is (176,96,178). Sum of RGB (Red+Green+Blue) = 176+96+178=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: blue. Hex color #B060B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B060B2 is #4F9F4D. Grayscale: #818181. Windows color (decimal): -5218126 or 11690160. OLE color: 11690160.

HSL color Cylindrical-coordinate representation of color #B060B2: hue angle of 298.54º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B060B2 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17696178-
CMYK0.010.4600.30
HSL298.54º34.75%53.73%-
HSV(B)298.54º46.07%69.8%-
XYZ30.1220.8144.55-
YUV129.27155.5161.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=39.11%
G=21.33%
B=39.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176961780.010.4600.30298.5434.7553.73
HexB060B212E01E12b2336
Octal2601402621560364534366
Binary101100001100000101100101101110011110100101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060B2; }

 p { color: rgb(176,96,178); }

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

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

 a { background-color: rgb(176,96,178); }

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

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

 span { border-color: rgb(176,96,178); }

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