#BF6AFF

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

Shades of Heliotrope #BF6AFF

Tints of Heliotrope #BF6AFF

Color information

#BF6AFF (or 0xBF6AFF) is unknown color: approx Heliotrope. HEX triplet: BF, 6A and FF. RGB value is (191,106,255). Sum of RGB (Red+Green+Blue) = 191+106+255=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AFF is #409500. Grayscale: #939393. Windows color (decimal): -4232449 or 16739007. OLE color: 16739007.

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

Color convert

RGB191106255-
CMYK0.250.5800
HSL274.23º100%70.78%-
HSV(B)274.23º58.43%100%-
XYZ44.6928.697.77-
YUV148.4188.16158.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 106 (41.80% from 255) = 19.20%
BLUE value IS 255 (100% from 255) = 46.20%
R=34.60%
G=19.20%
B=46.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911062550.250.5800274.2310070.78
HexBF6AFF193A001126447
Octal277152377317200422144107
Binary10111111110101011111111110011110100010001001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AFF; }

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

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

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

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

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

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

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

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