#B85CFF

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

Shades of Heliotrope #B85CFF

Tints of Heliotrope #B85CFF

Color information

#B85CFF (or 0xB85CFF) is unknown color: approx Heliotrope. HEX triplet: B8, 5C and FF. RGB value is (184,92,255). Sum of RGB (Red+Green+Blue) = 184+92+255=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B85CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CFF is #47A300. Grayscale: #898989. Windows color (decimal): -4694785 or 16735416. OLE color: 16735416.

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

Color convert

RGB18492255-
CMYK0.280.6400
HSL273.87º100%68.04%-
HSV(B)273.87º63.92%100%-
XYZ41.6425.0697.25-
YUV138.09193.98160.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 92 (36.33% from 255) = 17.33%
BLUE value IS 255 (100% from 255) = 48.02%
R=34.65%
G=17.33%
B=48.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184922550.280.6400273.8710068.04
HexB85CFF1C40001126444
Octal2701343773410000422144104
Binary101110001011100111111111110010000000010001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CFF; }

 p { color: rgb(184,92,255); }

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

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

 a { background-color: rgb(184,92,255); }

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

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

 span { border-color: rgb(184,92,255); }

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