#BF6DEE

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

Shades of Heliotrope #BF6DEE

Tints of Heliotrope #BF6DEE

Color information

#BF6DEE (or 0xBF6DEE) is unknown color: approx Heliotrope. HEX triplet: BF, 6D and EE. RGB value is (191,109,238). Sum of RGB (Red+Green+Blue) = 191+109+238=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DEE is #409211. Grayscale: #939393. Windows color (decimal): -4231698 or 15625663. OLE color: 15625663.

HSL color Cylindrical-coordinate representation of color #BF6DEE: hue angle of 278.14º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6DEE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191109238-
CMYK0.200.5400.07
HSL278.14º79.14%68.04%-
HSV(B)278.14º54.2%93.33%-
XYZ42.3928.1984.1-
YUV148.22178.67158.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 109 (42.97% from 255) = 20.26%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=35.50%
G=20.26%
B=44.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911092380.200.5400.07278.1479.1468.04
HexBF6DEE1436071164f44
Octal277155356246607426117104
Binary1011111111011011110111010100110110011110001011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DEE; }

 p { color: rgb(191,109,238); }

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

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

 a { background-color: rgb(191,109,238); }

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

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

 span { border-color: rgb(191,109,238); }

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