#B4609C

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

Shades of Violet Blue #B4609C

Tints of Violet Blue #B4609C

Color information

#B4609C (or 0xB4609C) is unknown color: approx Violet Blue. HEX triplet: B4, 60 and 9C. RGB value is (180,96,156). Sum of RGB (Red+Green+Blue) = 180+96+156=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4609C is #4B9F63. Grayscale: #7F7F7F. Windows color (decimal): -4956004 or 10248372. OLE color: 10248372.

HSL color Cylindrical-coordinate representation of color #B4609C: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4609C is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18096156-
CMYK00.470.130.29
HSL317.14º35.9%54.12%-
HSV(B)317.14º46.67%70.59%-
XYZ29.0120.4733.87-
YUV127.96143.83165.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=41.67%
G=22.22%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809615600.470.130.29317.1435.954.12
HexB4609C02FD1D13d2436
Octal26414023405715354754466
Binary101101001100000100111000101111110111101100111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4609C; }

 p { color: rgb(180,96,156); }

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

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

 a { background-color: rgb(180,96,156); }

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

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

 span { border-color: rgb(180,96,156); }

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