#B05C9C

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

Shades of Violet Blue #B05C9C

Tints of Violet Blue #B05C9C

Color information

#B05C9C (or 0xB05C9C) is unknown color: approx Violet Blue. HEX triplet: B0, 5C and 9C. RGB value is (176,92,156). Sum of RGB (Red+Green+Blue) = 176+92+156=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05C9C is #4FA363. Grayscale: #7C7C7C. Windows color (decimal): -5219172 or 10247344. OLE color: 10247344.

HSL color Cylindrical-coordinate representation of color #B05C9C: hue angle of 314.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C9C is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17692156-
CMYK00.480.110.31
HSL314.29º34.71%52.55%-
HSV(B)314.29º47.73%69.02%-
XYZ27.7319.2833.71-
YUV124.41145.83164.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=41.51%
G=21.70%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769215600.480.110.31314.2934.7152.55
HexB05C9C030B1F13a2335
Octal26013423406013374724365
Binary101100001011100100111000110000101111111100111010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C9C; }

 p { color: rgb(176,92,156); }

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

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

 a { background-color: rgb(176,92,156); }

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

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

 span { border-color: rgb(176,92,156); }

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