#B85FA0

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

Shades of Violet Blue #B85FA0

Tints of Violet Blue #B85FA0

Color information

#B85FA0 (or 0xB85FA0) is unknown color: approx Violet Blue. HEX triplet: B8, 5F and A0. RGB value is (184,95,160). Sum of RGB (Red+Green+Blue) = 184+95+160=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FA0 is #47A05F. Grayscale: #808080. Windows color (decimal): -4694112 or 10510264. OLE color: 10510264.

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

Color convert

RGB18495160-
CMYK00.480.130.28
HSL316.18º38.53%54.71%-
HSV(B)316.18º48.37%72.16%-
XYZ30.220.9135.7-
YUV129.02145.49167.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=41.91%
G=21.64%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849516000.480.130.28316.1838.5354.71
HexB85FA0030D1C13c2737
Octal27013724006015344744767
Binary101110001011111101000000110000110111100100111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FA0; }

 p { color: rgb(184,95,160); }

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

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

 a { background-color: rgb(184,95,160); }

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

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

 span { border-color: rgb(184,95,160); }

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