#B2619D

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

Shades of Violet Blue #B2619D

Tints of Violet Blue #B2619D

Color information

#B2619D (or 0xB2619D) is unknown color: approx Violet Blue. HEX triplet: B2, 61 and 9D. RGB value is (178,97,157). Sum of RGB (Red+Green+Blue) = 178+97+157=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2619D is #4D9E62. Grayscale: #7F7F7F. Windows color (decimal): -5086819 or 10314162. OLE color: 10314162.

HSL color Cylindrical-coordinate representation of color #B2619D: hue angle of 315.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2619D is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17897157-
CMYK00.460.120.30
HSL315.56º34.47%53.92%-
HSV(B)315.56º45.51%69.8%-
XYZ28.7220.4534.33-
YUV128.06144.34163.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=41.20%
G=22.45%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789715700.460.120.30315.5634.4753.92
HexB2619D02EC1E13c2236
Octal26214123505614364744266
Binary101100101100001100111010101110110011110100111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2619D; }

 p { color: rgb(178,97,157); }

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

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

 a { background-color: rgb(178,97,157); }

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

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

 span { border-color: rgb(178,97,157); }

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