#B0629C

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

Shades of Violet Blue #B0629C

Tints of Violet Blue #B0629C

Color information

#B0629C (or 0xB0629C) is unknown color: approx Violet Blue. HEX triplet: B0, 62 and 9C. RGB value is (176,98,156). Sum of RGB (Red+Green+Blue) = 176+98+156=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0629C is #4F9D63. Grayscale: #7F7F7F. Windows color (decimal): -5217636 or 10248880. OLE color: 10248880.

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

Color convert

RGB17698156-
CMYK00.440.110.31
HSL315.38º33.05%53.73%-
HSV(B)315.38º44.32%69.02%-
XYZ28.2720.3733.89-
YUV127.93143.84162.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=40.93%
G=22.79%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769815600.440.110.31315.3833.0553.73
HexB0629C02CB1F13b2136
Octal26014223405413374734166
Binary101100001100010100111000101100101111111100111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0629C; }

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

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

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

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

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

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

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

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