#B5619E

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

Shades of Violet Blue #B5619E

Tints of Violet Blue #B5619E

Color information

#B5619E (or 0xB5619E) is unknown color: approx Violet Blue. HEX triplet: B5, 61 and 9E. RGB value is (181,97,158). Sum of RGB (Red+Green+Blue) = 181+97+158=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5619E is #4A9E61. Grayscale: #808080. Windows color (decimal): -4890210 or 10379701. OLE color: 10379701.

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

Color convert

RGB18197158-
CMYK00.460.130.29
HSL316.43º36.21%54.51%-
HSV(B)316.43º46.41%70.98%-
XYZ29.520.8434.82-
YUV129.07144.33165.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=41.51%
G=22.25%
B=36.24%

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
Decimal1819715800.460.130.29316.4336.2154.51
HexB5619E02ED1D13c2437
Octal26514123605615354744467
Binary101101011100001100111100101110110111101100111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5619E; }

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

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

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

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

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

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

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

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