#BF56FF

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

Shades of Heliotrope #BF56FF

Tints of Heliotrope #BF56FF

Color information

#BF56FF (or 0xBF56FF) is unknown color: approx Heliotrope. HEX triplet: BF, 56 and FF. RGB value is (191,86,255). Sum of RGB (Red+Green+Blue) = 191+86+255=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56FF is #40A900. Grayscale: #888888. Windows color (decimal): -4237569 or 16733887. OLE color: 16733887.

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

Color convert

RGB19186255-
CMYK0.250.6600
HSL277.28º100%66.86%-
HSV(B)277.28º66.27%100%-
XYZ42.8624.9597.16-
YUV136.66194.79166.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 86 (33.98% from 255) = 16.17%
BLUE value IS 255 (100% from 255) = 47.93%
R=35.90%
G=16.17%
B=47.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191862550.250.6600277.2810066.86
HexBF56FF1942001156443
Octal2771263773110200425144103
Binary101111111010110111111111100110000100010001010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56FF; }

 p { color: rgb(191,86,255); }

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

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

 a { background-color: rgb(191,86,255); }

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

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

 span { border-color: rgb(191,86,255); }

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