#BF7EEF

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

Shades of Heliotrope #BF7EEF

Tints of Heliotrope #BF7EEF

Color information

#BF7EEF (or 0xBF7EEF) is unknown color: approx Heliotrope. HEX triplet: BF, 7E and EF. RGB value is (191,126,239). Sum of RGB (Red+Green+Blue) = 191+126+239=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EEF is #408110. Grayscale: #9D9D9D. Windows color (decimal): -4227345 or 15695551. OLE color: 15695551.

HSL color Cylindrical-coordinate representation of color #BF7EEF: hue angle of 274.51º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7EEF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191126239-
CMYK0.200.4700.06
HSL274.51º77.93%71.57%-
HSV(B)274.51º47.28%93.73%-
XYZ44.5332.2385.54-
YUV158.32173.53151.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 126 (49.61% from 255) = 22.66%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=34.35%
G=22.66%
B=42.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911262390.200.4700.06274.5177.9371.57
HexBF7EEF142F061134e48
Octal277176357245706423116110
Binary1011111111111101110111110100101111011010001001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EEF; }

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

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

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

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

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

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

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

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