#B54DD3

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

Shades of Medium Orchid #B54DD3

Tints of Medium Orchid #B54DD3

Color information

#B54DD3 (or 0xB54DD3) is unknown color: approx Medium Orchid. HEX triplet: B5, 4D and D3. RGB value is (181,77,211). Sum of RGB (Red+Green+Blue) = 181+77+211=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #B54DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DD3 is #4AB22C. Grayscale: #7A7A7A. Windows color (decimal): -4895277 or 13847989. OLE color: 13847989.

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

Color convert

RGB18177211-
CMYK0.140.6400.17
HSL286.57º60.36%56.47%-
HSV(B)286.57º63.51%82.75%-
XYZ33.4719.8363.69-
YUV123.37177.46169.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 211 (82.81% from 255) = 44.99%
R=38.59%
G=16.42%
B=44.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181772110.140.6400.17286.5760.3656.47
HexB54DD3E4001111f3c38
Octal265115323161000214377470
Binary1011010110011011101001111101000000010001100011111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DD3; }

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

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

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

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

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

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

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

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