#BF57E9

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

Shades of Medium Orchid #BF57E9

Tints of Medium Orchid #BF57E9

Color information

#BF57E9 (or 0xBF57E9) is unknown color: approx Medium Orchid. HEX triplet: BF, 57 and E9. RGB value is (191,87,233). Sum of RGB (Red+Green+Blue) = 191+87+233=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF57E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF57E9 is #40A816. Grayscale: #868686. Windows color (decimal): -4237335 or 15292351. OLE color: 15292351.

HSL color Cylindrical-coordinate representation of color #BF57E9: hue angle of 282.74º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF57E9 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19187233-
CMYK0.180.6300.09
HSL282.74º76.84%62.75%-
HSV(B)282.74º62.66%91.37%-
XYZ39.623.7879.59-
YUV134.74183.46168.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 87 (34.38% from 255) = 17.03%
BLUE value IS 233 (91.41% from 255) = 45.60%
R=37.38%
G=17.03%
B=45.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191872330.180.6300.09282.7476.8462.75
HexBF57E9123F0911b4d3f
Octal277127351227701143311577
Binary1011111110101111110100110010111111010011000110111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57E9; }

 p { color: rgb(191,87,233); }

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

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

 a { background-color: rgb(191,87,233); }

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

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

 span { border-color: rgb(191,87,233); }

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