#BF6AFE

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

Shades of Heliotrope #BF6AFE

Tints of Heliotrope #BF6AFE

Color information

#BF6AFE (or 0xBF6AFE) is unknown color: approx Heliotrope. HEX triplet: BF, 6A and FE. RGB value is (191,106,254). Sum of RGB (Red+Green+Blue) = 191+106+254=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AFE is #409501. Grayscale: #939393. Windows color (decimal): -4232450 or 16673471. OLE color: 16673471.

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

Color convert

RGB191106254-
CMYK0.250.5800.00
HSL274.46º98.67%70.59%-
HSV(B)274.46º58.27%99.61%-
XYZ44.5328.5496.93-
YUV148.29187.66158.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=34.66%
G=19.24%
B=46.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911062540.250.5800.00274.4698.6770.59
HexBF6AFE193A001126347
Octal277152376317200422143107
Binary10111111110101011111110110011110100010001001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AFE; }

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

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

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

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

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

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

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

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