#BF66FE

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

Shades of Heliotrope #BF66FE

Tints of Heliotrope #BF66FE

Color information

#BF66FE (or 0xBF66FE) is unknown color: approx Heliotrope. HEX triplet: BF, 66 and FE. RGB value is (191,102,254). Sum of RGB (Red+Green+Blue) = 191+102+254=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66FE is #409901. Grayscale: #919191. Windows color (decimal): -4233474 or 16672447. OLE color: 16672447.

HSL color Cylindrical-coordinate representation of color #BF66FE: hue angle of 275.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF66FE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191102254-
CMYK0.250.6000.00
HSL275.13º98.7%69.8%-
HSV(B)275.13º59.84%99.61%-
XYZ44.1327.7396.79-
YUV145.94188.99160.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=34.92%
G=18.65%
B=46.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911022540.250.6000.00275.1398.769.8
HexBF66FE193C001136346
Octal277146376317400423143106
Binary10111111110011011111110110011111000010001001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66FE; }

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

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

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

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

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

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

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

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