#B4619E

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

Shades of Violet Blue #B4619E

Tints of Violet Blue #B4619E

Color information

#B4619E (or 0xB4619E) is unknown color: approx Violet Blue. HEX triplet: B4, 61 and 9E. RGB value is (180,97,158). Sum of RGB (Red+Green+Blue) = 180+97+158=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4619E is #4B9E61. Grayscale: #808080. Windows color (decimal): -4955746 or 10379700. OLE color: 10379700.

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

Color convert

RGB18097158-
CMYK00.460.120.29
HSL315.9º35.62%54.31%-
HSV(B)315.9º46.11%70.59%-
XYZ29.2720.7234.8-
YUV128.77144.5164.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=41.38%
G=22.30%
B=36.32%

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
Decimal1809715800.460.120.29315.935.6254.31
HexB4619E02EC1D13c2436
Octal26414123605614354744466
Binary101101001100001100111100101110110011101100111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4619E; }

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

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

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

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

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

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

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

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