#BF72EE

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

Shades of Heliotrope #BF72EE

Tints of Heliotrope #BF72EE

Color information

#BF72EE (or 0xBF72EE) is unknown color: approx Heliotrope. HEX triplet: BF, 72 and EE. RGB value is (191,114,238). Sum of RGB (Red+Green+Blue) = 191+114+238=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72EE is #408D11. Grayscale: #969696. Windows color (decimal): -4230418 or 15626943. OLE color: 15626943.

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

Color convert

RGB191114238-
CMYK0.200.5200.07
HSL277.26º78.48%69.02%-
HSV(B)277.26º52.1%93.33%-
XYZ42.9429.2884.28-
YUV151.16177.01156.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=35.17%
G=20.99%
B=43.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911142380.200.5200.07277.2678.4869.02
HexBF72EE1434071154e45
Octal277162356246407425116105
Binary1011111111100101110111010100110100011110001010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72EE; }

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

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

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

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

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

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

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

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