#B8619F

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

Shades of Violet Blue #B8619F

Tints of Violet Blue #B8619F

Color information

#B8619F (or 0xB8619F) is unknown color: approx Violet Blue. HEX triplet: B8, 61 and 9F. RGB value is (184,97,159). Sum of RGB (Red+Green+Blue) = 184+97+159=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8619F is #479E60. Grayscale: #818181. Windows color (decimal): -4693601 or 10445240. OLE color: 10445240.

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

Color convert

RGB18497159-
CMYK00.470.140.28
HSL317.24º37.99%55.1%-
HSV(B)317.24º47.28%72.16%-
XYZ30.321.2435.3-
YUV130.08144.32166.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=41.82%
G=22.05%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849715900.470.140.28317.2437.9955.1
HexB8619F02FE1C13d2637
Octal27014123705716344754667
Binary101110001100001100111110101111111011100100111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8619F; }

 p { color: rgb(184,97,159); }

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

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

 a { background-color: rgb(184,97,159); }

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

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

 span { border-color: rgb(184,97,159); }

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