#BF82F5

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

Shades of Heliotrope #BF82F5

Tints of Heliotrope #BF82F5

Color information

#BF82F5 (or 0xBF82F5) is unknown color: approx Heliotrope. HEX triplet: BF, 82 and F5. RGB value is (191,130,245). Sum of RGB (Red+Green+Blue) = 191+130+245=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF82F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82F5 is #407D0A. Grayscale: #A0A0A0. Windows color (decimal): -4226315 or 16089791. OLE color: 16089791.

HSL color Cylindrical-coordinate representation of color #BF82F5: hue angle of 271.83º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF82F5 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191130245-
CMYK0.220.4700.04
HSL271.83º85.19%73.53%-
HSV(B)271.83º46.94%96.08%-
XYZ45.9533.6390.46-
YUV161.35175.21149.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=33.75%
G=22.97%
B=43.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911302450.220.4700.04271.8385.1973.53
HexBF82F5162F04110554a
Octal277202365265704420125112
Binary10111111100000101111010110110101111010010001000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82F5; }

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

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

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

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

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

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

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

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