#B0619F

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

Shades of Violet Blue #B0619F

Tints of Violet Blue #B0619F

Color information

#B0619F (or 0xB0619F) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and 9F. RGB value is (176,97,159). Sum of RGB (Red+Green+Blue) = 176+97+159=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0619F is #4F9E60. Grayscale: #7F7F7F. Windows color (decimal): -5217889 or 10445232. OLE color: 10445232.

HSL color Cylindrical-coordinate representation of color #B0619F: hue angle of 312.91º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0619F is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17697159-
CMYK00.450.100.31
HSL312.91º33.33%53.53%-
HSV(B)312.91º44.89%69.02%-
XYZ28.4420.2835.22-
YUV127.69145.67162.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=40.74%
G=22.45%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769715900.450.100.31312.9133.3353.53
HexB0619F02DA1F1392136
Octal26014123705512374714166
Binary101100001100001100111110101101101011111100111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0619F; }

 p { color: rgb(176,97,159); }

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

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

 a { background-color: rgb(176,97,159); }

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

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

 span { border-color: rgb(176,97,159); }

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