#BF84F9

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

Shades of Heliotrope #BF84F9

Tints of Heliotrope #BF84F9

Color information

#BF84F9 (or 0xBF84F9) is unknown color: approx Heliotrope. HEX triplet: BF, 84 and F9. RGB value is (191,132,249). Sum of RGB (Red+Green+Blue) = 191+132+249=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84F9 is #407B06. Grayscale: #A2A2A2. Windows color (decimal): -4225799 or 16352447. OLE color: 16352447.

HSL color Cylindrical-coordinate representation of color #BF84F9: hue angle of 270.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF84F9 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191132249-
CMYK0.230.4700.02
HSL270.26º90.7%74.71%-
HSV(B)270.26º46.99%97.65%-
XYZ46.8434.4293.8-
YUV162.98176.55147.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=33.39%
G=23.08%
B=43.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911322490.230.4700.02270.2690.774.71
HexBF84F9172F0210e5b4b
Octal277204371275702416133113
Binary1011111110000100111110011011110111101010000111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84F9; }

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

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

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

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

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

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

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

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