#B0619C

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

Shades of Violet Blue #B0619C

Tints of Violet Blue #B0619C

Color information

#B0619C (or 0xB0619C) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and 9C. RGB value is (176,97,156). Sum of RGB (Red+Green+Blue) = 176+97+156=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0619C is #4F9E63. Grayscale: #7F7F7F. Windows color (decimal): -5217892 or 10248624. OLE color: 10248624.

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

Color convert

RGB17697156-
CMYK00.450.110.31
HSL315.19º33.33%53.53%-
HSV(B)315.19º44.89%69.02%-
XYZ28.1820.1833.86-
YUV127.35144.17162.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=41.03%
G=22.61%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769715600.450.110.31315.1933.3353.53
HexB0619C02DB1F13b2136
Octal26014123405513374734166
Binary101100001100001100111000101101101111111100111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0619C; }

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

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

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

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

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

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

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

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