#BD48D1

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

Shades of Medium Orchid #BD48D1

Tints of Medium Orchid #BD48D1

Color information

#BD48D1 (or 0xBD48D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 48 and D1. RGB value is (189,72,209). Sum of RGB (Red+Green+Blue) = 189+72+209=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48D1 is #42B72E. Grayscale: #7A7A7A. Windows color (decimal): -4372271 or 13715645. OLE color: 13715645.

HSL color Cylindrical-coordinate representation of color #BD48D1: hue angle of 291.24º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD48D1 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18972209-
CMYK0.100.6600.18
HSL291.24º59.83%55.1%-
HSV(B)291.24º65.55%81.96%-
XYZ34.8120.0662.36-
YUV122.6176.76175.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 72 (28.52% from 255) = 15.32%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=40.21%
G=15.32%
B=44.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189722090.100.6600.18291.2459.8355.1
HexBD48D1A420121233c37
Octal275110321121020224437467
Binary1011110110010001101000110101000010010010100100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48D1; }

 p { color: rgb(189,72,209); }

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

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

 a { background-color: rgb(189,72,209); }

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

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

 span { border-color: rgb(189,72,209); }

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