#B05D9C

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

Shades of Violet Blue #B05D9C

Tints of Violet Blue #B05D9C

Color information

#B05D9C (or 0xB05D9C) is unknown color: approx Violet Blue. HEX triplet: B0, 5D and 9C. RGB value is (176,93,156). Sum of RGB (Red+Green+Blue) = 176+93+156=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D9C is #4FA263. Grayscale: #7C7C7C. Windows color (decimal): -5218916 or 10247600. OLE color: 10247600.

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

Color convert

RGB17693156-
CMYK00.470.110.31
HSL314.46º34.44%52.75%-
HSV(B)314.46º47.16%69.02%-
XYZ27.8219.4633.74-
YUV125145.5164.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=41.41%
G=21.88%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769315600.470.110.31314.4634.4452.75
HexB05D9C02FB1F13a2235
Octal26013523405713374724265
Binary101100001011101100111000101111101111111100111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D9C; }

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

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

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

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

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

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

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

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