#B0619D

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

Shades of Violet Blue #B0619D

Tints of Violet Blue #B0619D

Color information

#B0619D (or 0xB0619D) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and 9D. RGB value is (176,97,157). Sum of RGB (Red+Green+Blue) = 176+97+157=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0619D is #4F9E62. Grayscale: #7F7F7F. Windows color (decimal): -5217891 or 10314160. OLE color: 10314160.

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

Color convert

RGB17697157-
CMYK00.450.110.31
HSL314.43º33.33%53.53%-
HSV(B)314.43º44.89%69.02%-
XYZ28.2620.2134.31-
YUV127.46144.67162.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=40.93%
G=22.56%
B=36.51%

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
Decimal1769715700.450.110.31314.4333.3353.53
HexB0619D02DB1F13a2136
Octal26014123505513374724166
Binary101100001100001100111010101101101111111100111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0619D; }

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

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

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

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

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

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

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

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