#B0619B

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

Shades of Violet Blue #B0619B

Tints of Violet Blue #B0619B

Color information

#B0619B (or 0xB0619B) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and 9B. RGB value is (176,97,155). Sum of RGB (Red+Green+Blue) = 176+97+155=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0619B is #4F9E64. Grayscale: #7F7F7F. Windows color (decimal): -5217893 or 10183088. OLE color: 10183088.

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

Color convert

RGB17697155-
CMYK00.450.120.31
HSL315.95º33.33%53.53%-
HSV(B)315.95º44.89%69.02%-
XYZ28.120.1533.42-
YUV127.23143.67162.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=41.12%
G=22.66%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769715500.450.120.31315.9533.3353.53
HexB0619B02DC1F13c2136
Octal26014123305514374744166
Binary101100001100001100110110101101110011111100111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0619B; }

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

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

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

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

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

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

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

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