#BF57CF

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

Shades of Medium Orchid #BF57CF

Tints of Medium Orchid #BF57CF

Color information

#BF57CF (or 0xBF57CF) is unknown color: approx Medium Orchid. HEX triplet: BF, 57 and CF. RGB value is (191,87,207). Sum of RGB (Red+Green+Blue) = 191+87+207=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57CF is #40A830. Grayscale: #838383. Windows color (decimal): -4237361 or 13588415. OLE color: 13588415.

HSL color Cylindrical-coordinate representation of color #BF57CF: hue angle of 292º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF57CF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19187207-
CMYK0.080.5800.19
HSL292º55.56%57.65%-
HSV(B)292º57.97%81.18%-
XYZ36.1622.461.45-
YUV131.78170.46170.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=39.38%
G=17.94%
B=42.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191872070.080.5800.1929255.5657.65
HexBF57CF83A013124383a
Octal27712731710720234447072
Binary101111111010111110011111000111010010011100100100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57CF; }

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

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

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

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

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

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

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

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