#BF87FF

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

Shades of Heliotrope #BF87FF

Tints of Heliotrope #BF87FF

Color information

#BF87FF (or 0xBF87FF) is unknown color: approx Heliotrope. HEX triplet: BF, 87 and FF. RGB value is (191,135,255). Sum of RGB (Red+Green+Blue) = 191+135+255=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF87FF is #407800. Grayscale: #A5A5A5. Windows color (decimal): -4225025 or 16746431. OLE color: 16746431.

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

Color convert

RGB191135255-
CMYK0.250.4700
HSL268º100%76.47%-
HSV(B)268º47.06%100%-
XYZ48.235.6298.94-
YUV165.42178.55146.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 135 (53.12% from 255) = 23.24%
BLUE value IS 255 (100% from 255) = 43.89%
R=32.87%
G=23.24%
B=43.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911352550.250.470026810076.47
HexBF87FF192F0010c644c
Octal277207377315700414144114
Binary101111111000011111111111110011011110010000110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87FF; }

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

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

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

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

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

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

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

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