#BF72E3

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

Shades of Medium Orchid #BF72E3

Tints of Medium Orchid #BF72E3

Color information

#BF72E3 (or 0xBF72E3) is unknown color: approx Medium Orchid. HEX triplet: BF, 72 and E3. RGB value is (191,114,227). Sum of RGB (Red+Green+Blue) = 191+114+227=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF72E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72E3 is #408D1C. Grayscale: #959595. Windows color (decimal): -4230429 or 14906047. OLE color: 14906047.

HSL color Cylindrical-coordinate representation of color #BF72E3: hue angle of 280.88º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF72E3 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191114227-
CMYK0.160.5000.11
HSL280.88º66.86%66.86%-
HSV(B)280.88º49.78%89.02%-
XYZ41.3728.6676.02-
YUV149.9171.51157.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=35.90%
G=21.43%
B=42.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911142270.160.5000.11280.8866.8666.86
HexBF72E310320B1194343
Octal2771623432062013431103103
Binary10111111111001011100011100001100100101110001100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72E3; }

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

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

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

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

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

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

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

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