#BF6EFD

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

Shades of Heliotrope #BF6EFD

Tints of Heliotrope #BF6EFD

Color information

#BF6EFD (or 0xBF6EFD) is unknown color: approx Heliotrope. HEX triplet: BF, 6E and FD. RGB value is (191,110,253). Sum of RGB (Red+Green+Blue) = 191+110+253=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EFD is #409102. Grayscale: #969696. Windows color (decimal): -4231427 or 16608959. OLE color: 16608959.

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

Color convert

RGB191110253-
CMYK0.250.5700.01
HSL273.99º97.28%71.18%-
HSV(B)273.99º56.52%99.22%-
XYZ44.7929.3296.23-
YUV150.52185.84156.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 110 (43.36% from 255) = 19.86%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=34.48%
G=19.86%
B=45.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911102530.250.5700.01273.9997.2871.18
HexBF6EFD1939011126147
Octal277156375317101422141107
Binary10111111110111011111101110011110010110001001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EFD; }

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

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

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

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

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

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

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

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