#BF82FD

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

Shades of Heliotrope #BF82FD

Tints of Heliotrope #BF82FD

Color information

#BF82FD (or 0xBF82FD) is unknown color: approx Heliotrope. HEX triplet: BF, 82 and FD. RGB value is (191,130,253). Sum of RGB (Red+Green+Blue) = 191+130+253=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82FD is #407D02. Grayscale: #A1A1A1. Windows color (decimal): -4226307 or 16614079. OLE color: 16614079.

HSL color Cylindrical-coordinate representation of color #BF82FD: hue angle of 269.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF82FD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191130253-
CMYK0.250.4900.01
HSL269.76º96.85%75.1%-
HSV(B)269.76º48.62%99.22%-
XYZ47.234.1397.03-
YUV162.26179.21148.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 130 (51.17% from 255) = 22.65%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=33.28%
G=22.65%
B=44.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911302530.250.4900.01269.7696.8575.1
HexBF82FD19310110e614b
Octal277202375316101416141113
Binary101111111000001011111101110011100010110000111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82FD; }

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

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

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

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

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

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

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

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