#BF82FA

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

Shades of Heliotrope #BF82FA

Tints of Heliotrope #BF82FA

Color information

#BF82FA (or 0xBF82FA) is unknown color: approx Heliotrope. HEX triplet: BF, 82 and FA. RGB value is (191,130,250). Sum of RGB (Red+Green+Blue) = 191+130+250=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82FA is #407D05. Grayscale: #A1A1A1. Windows color (decimal): -4226310 or 16417471. OLE color: 16417471.

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

Color convert

RGB191130250-
CMYK0.240.4800.02
HSL270.5º92.31%74.51%-
HSV(B)270.5º48%98.04%-
XYZ46.7233.9494.53-
YUV161.92177.71148.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=33.45%
G=22.77%
B=43.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911302500.240.4800.02270.592.3174.51
HexBF82FA18300210e5c4b
Octal277202372306002416134113
Binary1011111110000010111110101100011000001010000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82FA; }

 p { color: rgb(191,130,250); }

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

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

 a { background-color: rgb(191,130,250); }

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

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

 span { border-color: rgb(191,130,250); }

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