#BF57CD

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

Shades of Medium Orchid #BF57CD

Tints of Medium Orchid #BF57CD

Color information

#BF57CD (or 0xBF57CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 57 and CD. RGB value is (191,87,205). Sum of RGB (Red+Green+Blue) = 191+87+205=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF57CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57CD is #40A832. Grayscale: #838383. Windows color (decimal): -4237363 or 13457343. OLE color: 13457343.

HSL color Cylindrical-coordinate representation of color #BF57CD: hue angle of 292.88º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF57CD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19187205-
CMYK0.070.5800.20
HSL292.88º54.13%57.25%-
HSV(B)292.88º57.56%80.39%-
XYZ35.9122.360.17-
YUV131.55169.46170.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=39.54%
G=18.01%
B=42.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191872050.070.5800.20292.8854.1357.25
HexBF57CD73A0141253639
Octal2771273157720244456671
Binary10111111101011111001101111111010010100100100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57CD; }

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

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

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

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

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

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

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

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