#BF73ED

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

Shades of Heliotrope #BF73ED

Tints of Heliotrope #BF73ED

Color information

#BF73ED (or 0xBF73ED) is unknown color: approx Heliotrope. HEX triplet: BF, 73 and ED. RGB value is (191,115,237). Sum of RGB (Red+Green+Blue) = 191+115+237=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF73ED is #408C12. Grayscale: #979797. Windows color (decimal): -4230163 or 15561663. OLE color: 15561663.

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

Color convert

RGB191115237-
CMYK0.190.5100.07
HSL277.38º77.22%69.02%-
HSV(B)277.38º51.48%92.94%-
XYZ42.929.4583.54-
YUV151.63176.18156.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 115 (45.31% from 255) = 21.18%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=35.17%
G=21.18%
B=43.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911152370.190.5100.07277.3877.2269.02
HexBF73ED1333071154d45
Octal277163355236307425115105
Binary1011111111100111110110110011110011011110001010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73ED; }

 p { color: rgb(191,115,237); }

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

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

 a { background-color: rgb(191,115,237); }

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

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

 span { border-color: rgb(191,115,237); }

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