#BF72E4

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

Shades of Medium Orchid #BF72E4

Tints of Medium Orchid #BF72E4

Color information

#BF72E4 (or 0xBF72E4) is unknown color: approx Medium Orchid. HEX triplet: BF, 72 and E4. RGB value is (191,114,228). Sum of RGB (Red+Green+Blue) = 191+114+228=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF72E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72E4 is #408D1B. Grayscale: #959595. Windows color (decimal): -4230428 or 14971583. OLE color: 14971583.

HSL color Cylindrical-coordinate representation of color #BF72E4: hue angle of 280.53º degrees, saturation: 0.68, 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 #BF72E4 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191114228-
CMYK0.160.5000.11
HSL280.53º67.86%67.06%-
HSV(B)280.53º50%89.41%-
XYZ41.5128.7176.75-
YUV150.02172.01157.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=35.83%
G=21.39%
B=42.78%

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
Decimal1911142280.160.5000.11280.5367.8667.06
HexBF72E410320B1194443
Octal2771623442062013431104103
Binary10111111111001011100100100001100100101110001100110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72E4; }

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

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

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

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

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

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

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

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