#B85FFE

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

Shades of Heliotrope #B85FFE

Tints of Heliotrope #B85FFE

Color information

#B85FFE (or 0xB85FFE) is unknown color: approx Heliotrope. HEX triplet: B8, 5F and FE. RGB value is (184,95,254). Sum of RGB (Red+Green+Blue) = 184+95+254=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #B85FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FFE is #47A001. Grayscale: #8B8B8B. Windows color (decimal): -4694018 or 16670648. OLE color: 16670648.

HSL color Cylindrical-coordinate representation of color #B85FFE: hue angle of 273.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85FFE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18495254-
CMYK0.280.6300.00
HSL273.58º98.76%68.43%-
HSV(B)273.58º62.6%99.61%-
XYZ41.7525.5396.49-
YUV139.74192.49159.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 95 (37.5% from 255) = 17.82%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=34.52%
G=17.82%
B=47.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal184952540.280.6300.00273.5898.7668.43
HexB85FFE1C3F001126344
Octal270137376347700422143104
Binary10111000101111111111110111001111110010001001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FFE; }

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

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

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

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

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

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

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

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