#BF87FD

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

Shades of Heliotrope #BF87FD

Tints of Heliotrope #BF87FD

Color information

#BF87FD (or 0xBF87FD) is unknown color: approx Heliotrope. HEX triplet: BF, 87 and FD. RGB value is (191,135,253). Sum of RGB (Red+Green+Blue) = 191+135+253=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF87FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF87FD is #407802. Grayscale: #A4A4A4. Windows color (decimal): -4225027 or 16615359. OLE color: 16615359.

HSL color Cylindrical-coordinate representation of color #BF87FD: hue angle of 268.47º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF87FD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191135253-
CMYK0.250.4700.01
HSL268.47º96.72%76.08%-
HSV(B)268.47º46.64%99.22%-
XYZ47.8835.597.26-
YUV165.2177.55146.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 135 (53.12% from 255) = 23.32%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=32.99%
G=23.32%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911352530.250.4700.01268.4796.7276.08
HexBF87FD192F0110c614c
Octal277207375315701414141114
Binary101111111000011111111101110011011110110000110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87FD; }

 p { color: rgb(191,135,253); }

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

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

 a { background-color: rgb(191,135,253); }

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

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

 span { border-color: rgb(191,135,253); }

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