#B5619C

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

Shades of Violet Blue #B5619C

Tints of Violet Blue #B5619C

Color information

#B5619C (or 0xB5619C) is unknown color: approx Violet Blue. HEX triplet: B5, 61 and 9C. RGB value is (181,97,156). Sum of RGB (Red+Green+Blue) = 181+97+156=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5619C is #4A9E63. Grayscale: #808080. Windows color (decimal): -4890212 or 10248629. OLE color: 10248629.

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

Color convert

RGB18197156-
CMYK00.460.140.29
HSL317.86º36.21%54.51%-
HSV(B)317.86º46.41%70.98%-
XYZ29.3320.7733.92-
YUV128.84143.33165.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=41.71%
G=22.35%
B=35.94%

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
Decimal1819715600.460.140.29317.8636.2154.51
HexB5619C02EE1D13e2437
Octal26514123405616354764467
Binary101101011100001100111000101110111011101100111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5619C; }

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

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

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

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

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

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

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

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