#B2619E

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

Shades of Violet Blue #B2619E

Tints of Violet Blue #B2619E

Color information

#B2619E (or 0xB2619E) is unknown color: approx Violet Blue. HEX triplet: B2, 61 and 9E. RGB value is (178,97,158). Sum of RGB (Red+Green+Blue) = 178+97+158=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2619E is #4D9E61. Grayscale: #808080. Windows color (decimal): -5086818 or 10379698. OLE color: 10379698.

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

Color convert

RGB17897158-
CMYK00.460.110.30
HSL314.81º34.47%53.92%-
HSV(B)314.81º45.51%69.8%-
XYZ28.8120.4834.78-
YUV128.17144.84163.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=41.11%
G=22.40%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789715800.460.110.30314.8134.4753.92
HexB2619E02EB1E13b2236
Octal26214123605613364734266
Binary101100101100001100111100101110101111110100111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2619E; }

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

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

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

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

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

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

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

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