#B0649B

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

Shades of Violet Blue #B0649B

Tints of Violet Blue #B0649B

Color information

#B0649B (or 0xB0649B) is unknown color: approx Violet Blue. HEX triplet: B0, 64 and 9B. RGB value is (176,100,155). Sum of RGB (Red+Green+Blue) = 176+100+155=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0649B is #4F9B64. Grayscale: #808080. Windows color (decimal): -5217125 or 10183856. OLE color: 10183856.

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

Color convert

RGB176100155-
CMYK00.430.120.31
HSL316.58º32.48%54.12%-
HSV(B)316.58º43.18%69.02%-
XYZ28.3820.7133.51-
YUV128.99142.68161.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=40.84%
G=23.20%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610015500.430.120.31316.5832.4854.12
HexB0649B02BC1F13d2036
Octal26014423305314374754066
Binary101100001100100100110110101011110011111100111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0649B; }

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

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

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

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

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

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

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

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