#B3619D

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

Shades of Violet Blue #B3619D

Tints of Violet Blue #B3619D

Color information

#B3619D (or 0xB3619D) is unknown color: approx Violet Blue. HEX triplet: B3, 61 and 9D. RGB value is (179,97,157). Sum of RGB (Red+Green+Blue) = 179+97+157=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3619D is #4C9E62. Grayscale: #808080. Windows color (decimal): -5021283 or 10314163. OLE color: 10314163.

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

Color convert

RGB17997157-
CMYK00.460.120.30
HSL316.1º35.04%54.12%-
HSV(B)316.1º45.81%70.2%-
XYZ28.9520.5734.34-
YUV128.36144.17164.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=41.34%
G=22.40%
B=36.26%

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
Decimal1799715700.460.120.30316.135.0454.12
HexB3619D02EC1E13c2336
Octal26314123505614364744366
Binary101100111100001100111010101110110011110100111100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3619D; }

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

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

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

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

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

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

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

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