#B0459C

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

Shades of Violet Blue #B0459C

Tints of Violet Blue #B0459C

Color information

#B0459C (or 0xB0459C) is unknown color: approx Violet Blue. HEX triplet: B0, 45 and 9C. RGB value is (176,69,156). Sum of RGB (Red+Green+Blue) = 176+69+156=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0459C is #4FBA63. Grayscale: #6E6E6E. Windows color (decimal): -5225060 or 10241456. OLE color: 10241456.

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

Color convert

RGB17669156-
CMYK00.610.110.31
HSL311.21º43.67%48.04%-
HSV(B)311.21º60.8%69.02%-
XYZ26.0315.8933.15-
YUV110.91153.45174.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=43.89%
G=17.21%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766915600.610.110.31311.2143.6748.04
HexB0459C03DB1F1372c30
Octal26010523407513374675460
Binary101100001000101100111000111101101111111100110111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0459C; }

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

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

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

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

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

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

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

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