#BF7EFF

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

Shades of Heliotrope #BF7EFF

Tints of Heliotrope #BF7EFF

Color information

#BF7EFF (or 0xBF7EFF) is unknown color: approx Heliotrope. HEX triplet: BF, 7E and FF. RGB value is (191,126,255). Sum of RGB (Red+Green+Blue) = 191+126+255=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EFF is #408100. Grayscale: #9F9F9F. Windows color (decimal): -4227329 or 16744127. OLE color: 16744127.

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

Color convert

RGB191126255-
CMYK0.250.5100
HSL270.23º100%74.71%-
HSV(B)270.23º50.59%100%-
XYZ4733.2298.54-
YUV160.14181.53150.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 255 (100% from 255) = 44.58%
R=33.39%
G=22.03%
B=44.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911262550.250.5100270.2310074.71
HexBF7EFF19330010e644b
Octal277176377316300416144113
Binary10111111111111011111111110011100110010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EFF; }

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

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

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

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

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

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

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

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