#BD54D5

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

Shades of Medium Orchid #BD54D5

Tints of Medium Orchid #BD54D5

Color information

#BD54D5 (or 0xBD54D5) is unknown color: approx Medium Orchid. HEX triplet: BD, 54 and D5. RGB value is (189,84,213). Sum of RGB (Red+Green+Blue) = 189+84+213=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD54D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54D5 is #42AB2A. Grayscale: #818181. Windows color (decimal): -4369195 or 13980861. OLE color: 13980861.

HSL color Cylindrical-coordinate representation of color #BD54D5: hue angle of 288.84º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD54D5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18984213-
CMYK0.110.6100.16
HSL288.84º60.56%58.24%-
HSV(B)288.84º60.56%83.53%-
XYZ36.1721.9665.28-
YUV130.1174.79170.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=38.89%
G=17.28%
B=43.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189842130.110.6100.16288.8460.5658.24
HexBD54D5B3D0101213d3a
Octal27512432513750204417572
Binary101111011010100110101011011111101010000100100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD54D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD54D5; }

 p { color: rgb(189,84,213); }

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

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

 a { background-color: rgb(189,84,213); }

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

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

 span { border-color: rgb(189,84,213); }

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