#B7629F

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

Shades of Violet Blue #B7629F

Tints of Violet Blue #B7629F

Color information

#B7629F (or 0xB7629F) is unknown color: approx Violet Blue. HEX triplet: B7, 62 and 9F. RGB value is (183,98,159). Sum of RGB (Red+Green+Blue) = 183+98+159=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7629F is #489D60. Grayscale: #828282. Windows color (decimal): -4758881 or 10445495. OLE color: 10445495.

HSL color Cylindrical-coordinate representation of color #B7629F: hue angle of 316.94º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7629F is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18398159-
CMYK00.460.130.28
HSL316.94º37.12%55.1%-
HSV(B)316.94º46.45%71.76%-
XYZ30.1521.3135.32-
YUV130.37144.16165.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=41.59%
G=22.27%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839815900.460.130.28316.9437.1255.1
HexB7629F02ED1C13d2537
Octal26714223705615344754567
Binary101101111100010100111110101110110111100100111101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7629F; }

 p { color: rgb(183,98,159); }

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

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

 a { background-color: rgb(183,98,159); }

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

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

 span { border-color: rgb(183,98,159); }

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