#BD54D4

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

Shades of Medium Orchid #BD54D4

Tints of Medium Orchid #BD54D4

Color information

#BD54D4 (or 0xBD54D4) is unknown color: approx Medium Orchid. HEX triplet: BD, 54 and D4. RGB value is (189,84,212). Sum of RGB (Red+Green+Blue) = 189+84+212=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD54D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54D4 is #42AB2B. Grayscale: #818181. Windows color (decimal): -4369196 or 13915325. OLE color: 13915325.

HSL color Cylindrical-coordinate representation of color #BD54D4: hue angle of 289.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD54D4 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18984212-
CMYK0.110.6000.17
HSL289.22º59.81%58.04%-
HSV(B)289.22º60.38%83.14%-
XYZ36.0421.9164.62-
YUV129.99174.29170.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 84 (33.20% from 255) = 17.32%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=38.97%
G=17.32%
B=43.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189842120.110.6000.17289.2259.8158.04
HexBD54D4B3C0111213c3a
Octal27512432413740214417472
Binary101111011010100110101001011111100010001100100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD54D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD54D4; }

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

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

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

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

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

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

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

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