#B854A5

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

Shades of Violet Blue #B854A5

Tints of Violet Blue #B854A5

Color information

#B854A5 (or 0xB854A5) is unknown color: approx Violet Blue. HEX triplet: B8, 54 and A5. RGB value is (184,84,165). Sum of RGB (Red+Green+Blue) = 184+84+165=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A5 is #47AB5A. Grayscale: #7A7A7A. Windows color (decimal): -4696923 or 10835128. OLE color: 10835128.

HSL color Cylindrical-coordinate representation of color #B854A5: hue angle of 311.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B854A5 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18484165-
CMYK00.540.100.28
HSL311.4º41.32%52.55%-
HSV(B)311.4º54.35%72.16%-
XYZ29.7319.2537.75-
YUV123.13151.63171.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=42.49%
G=19.40%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848416500.540.100.28311.441.3252.55
HexB854A5036A1C1372935
Octal27012424506612344675165
Binary101110001010100101001010110110101011100100110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854A5; }

 p { color: rgb(184,84,165); }

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

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

 a { background-color: rgb(184,84,165); }

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

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

 span { border-color: rgb(184,84,165); }

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