#BD57E6

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

Shades of Medium Orchid #BD57E6

Tints of Medium Orchid #BD57E6

Color information

#BD57E6 (or 0xBD57E6) is unknown color: approx Medium Orchid. HEX triplet: BD, 57 and E6. RGB value is (189,87,230). Sum of RGB (Red+Green+Blue) = 189+87+230=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57E6 is #42A819. Grayscale: #858585. Windows color (decimal): -4368410 or 15095741. OLE color: 15095741.

HSL color Cylindrical-coordinate representation of color #BD57E6: hue angle of 282.8º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD57E6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18987230-
CMYK0.180.6200.10
HSL282.8º74.09%62.16%-
HSV(B)282.8º62.17%90.2%-
XYZ38.6823.3577.33-
YUV133.8182.29167.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 87 (34.38% from 255) = 17.19%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=37.35%
G=17.19%
B=45.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189872300.180.6200.10282.874.0962.16
HexBD57E6123E0A11b4a3e
Octal275127346227601243311276
Binary1011110110101111110011010010111110010101000110111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57E6; }

 p { color: rgb(189,87,230); }

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

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

 a { background-color: rgb(189,87,230); }

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

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

 span { border-color: rgb(189,87,230); }

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