#B54DD9

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

Shades of Medium Orchid #B54DD9

Tints of Medium Orchid #B54DD9

Color information

#B54DD9 (or 0xB54DD9) is unknown color: approx Medium Orchid. HEX triplet: B5, 4D and D9. RGB value is (181,77,217). Sum of RGB (Red+Green+Blue) = 181+77+217=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #B54DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DD9 is #4AB226. Grayscale: #7B7B7B. Windows color (decimal): -4895271 or 14241205. OLE color: 14241205.

HSL color Cylindrical-coordinate representation of color #B54DD9: hue angle of 284.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54DD9 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18177217-
CMYK0.170.6500.15
HSL284.57º64.81%57.65%-
HSV(B)284.57º64.52%85.1%-
XYZ34.2320.1467.73-
YUV124.06180.46168.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 77 (30.47% from 255) = 16.21%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=38.11%
G=16.21%
B=45.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181772170.170.6500.15284.5764.8157.65
HexB54DD911410F11d413a
Octal2651153312110101743510172
Binary10110101100110111011001100011000001011111000111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DD9; }

 p { color: rgb(181,77,217); }

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

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

 a { background-color: rgb(181,77,217); }

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

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

 span { border-color: rgb(181,77,217); }

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