#B4619F

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

Shades of Violet Blue #B4619F

Tints of Violet Blue #B4619F

Color information

#B4619F (or 0xB4619F) is unknown color: approx Violet Blue. HEX triplet: B4, 61 and 9F. RGB value is (180,97,159). Sum of RGB (Red+Green+Blue) = 180+97+159=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4619F is #4B9E60. Grayscale: #808080. Windows color (decimal): -4955745 or 10445236. OLE color: 10445236.

HSL color Cylindrical-coordinate representation of color #B4619F: hue angle of 315.18º 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 #B4619F is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18097159-
CMYK00.460.120.29
HSL315.18º35.62%54.31%-
HSV(B)315.18º46.11%70.59%-
XYZ29.3620.7635.26-
YUV128.88145164.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=41.28%
G=22.25%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809715900.460.120.29315.1835.6254.31
HexB4619F02EC1D13b2436
Octal26414123705614354734466
Binary101101001100001100111110101110110011101100111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4619F; }

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

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

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

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

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

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

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

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