#B3619E

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

Shades of Violet Blue #B3619E

Tints of Violet Blue #B3619E

Color information

#B3619E (or 0xB3619E) is unknown color: approx Violet Blue. HEX triplet: B3, 61 and 9E. RGB value is (179,97,158). Sum of RGB (Red+Green+Blue) = 179+97+158=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3619E is #4C9E61. Grayscale: #808080. Windows color (decimal): -5021282 or 10379699. OLE color: 10379699.

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

Color convert

RGB17997158-
CMYK00.460.120.30
HSL315.37º35.04%54.12%-
HSV(B)315.37º45.81%70.2%-
XYZ29.0420.634.79-
YUV128.47144.67164.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=41.24%
G=22.35%
B=36.41%

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
Decimal1799715800.460.120.30315.3735.0454.12
HexB3619E02EC1E13b2336
Octal26314123605614364734366
Binary101100111100001100111100101110110011110100111011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3619E; }

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

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

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

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

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

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

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

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