#B0639B

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

Shades of Violet Blue #B0639B

Tints of Violet Blue #B0639B

Color information

#B0639B (or 0xB0639B) is unknown color: approx Violet Blue. HEX triplet: B0, 63 and 9B. RGB value is (176,99,155). Sum of RGB (Red+Green+Blue) = 176+99+155=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0639B is #4F9C64. Grayscale: #808080. Windows color (decimal): -5217381 or 10183600. OLE color: 10183600.

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

Color convert

RGB17699155-
CMYK00.440.120.31
HSL316.36º32.77%53.92%-
HSV(B)316.36º43.75%69.02%-
XYZ28.2820.5233.48-
YUV128.41143.01161.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=40.93%
G=23.02%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769915500.440.120.31316.3632.7753.92
HexB0639B02CC1F13c2136
Octal26014323305414374744166
Binary101100001100011100110110101100110011111100111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0639B; }

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

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

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

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

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

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

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

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