#B4619C

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

Shades of Violet Blue #B4619C

Tints of Violet Blue #B4619C

Color information

#B4619C (or 0xB4619C) is unknown color: approx Violet Blue. HEX triplet: B4, 61 and 9C. RGB value is (180,97,156). Sum of RGB (Red+Green+Blue) = 180+97+156=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4619C is #4B9E63. Grayscale: #808080. Windows color (decimal): -4955748 or 10248628. OLE color: 10248628.

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

Color convert

RGB18097156-
CMYK00.460.130.29
HSL317.35º35.62%54.31%-
HSV(B)317.35º46.11%70.59%-
XYZ29.120.6533.91-
YUV128.54143.5164.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=41.57%
G=22.40%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809715600.460.130.29317.3535.6254.31
HexB4619C02ED1D13d2436
Octal26414123405615354754466
Binary101101001100001100111000101110110111101100111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4619C; }

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

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

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

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

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

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

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

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