#BF84FE

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

Shades of Heliotrope #BF84FE

Tints of Heliotrope #BF84FE

Color information

#BF84FE (or 0xBF84FE) is unknown color: approx Heliotrope. HEX triplet: BF, 84 and FE. RGB value is (191,132,254). Sum of RGB (Red+Green+Blue) = 191+132+254=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84FE is #407B01. Grayscale: #A3A3A3. Windows color (decimal): -4225794 or 16680127. OLE color: 16680127.

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

Color convert

RGB191132254-
CMYK0.250.4800.00
HSL269.02º98.39%75.69%-
HSV(B)269.02º48.03%99.61%-
XYZ47.6334.7397.96-
YUV163.55179.05147.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 132 (51.95% from 255) = 22.88%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=33.10%
G=22.88%
B=44.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911322540.250.4800.00269.0298.3975.69
HexBF84FE19300010d624c
Octal277204376316000415142114
Binary101111111000010011111110110011100000010000110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84FE; }

 p { color: rgb(191,132,254); }

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

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

 a { background-color: rgb(191,132,254); }

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

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

 span { border-color: rgb(191,132,254); }

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