#B4619B

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

Shades of Violet Blue #B4619B

Tints of Violet Blue #B4619B

Color information

#B4619B (or 0xB4619B) is unknown color: approx Violet Blue. HEX triplet: B4, 61 and 9B. RGB value is (180,97,155). Sum of RGB (Red+Green+Blue) = 180+97+155=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4619B is #4B9E64. Grayscale: #808080. Windows color (decimal): -4955749 or 10183092. OLE color: 10183092.

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

Color convert

RGB18097155-
CMYK00.460.140.29
HSL318.07º35.62%54.31%-
HSV(B)318.07º46.11%70.59%-
XYZ29.0120.6233.46-
YUV128.43143164.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=41.67%
G=22.45%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809715500.460.140.29318.0735.6254.31
HexB4619B02EE1D13e2436
Octal26414123305616354764466
Binary101101001100001100110110101110111011101100111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4619B; }

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

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

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

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

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

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

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

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