#B55ED1

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

Shades of Medium Orchid #B55ED1

Tints of Medium Orchid #B55ED1

Color information

#B55ED1 (or 0xB55ED1) is unknown color: approx Medium Orchid. HEX triplet: B5, 5E and D1. RGB value is (181,94,209). Sum of RGB (Red+Green+Blue) = 181+94+209=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #B55ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ED1 is #4AA12E. Grayscale: #848484. Windows color (decimal): -4890927 or 13721269. OLE color: 13721269.

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

Color convert

RGB18194209-
CMYK0.130.5500.18
HSL285.39º55.56%59.41%-
HSV(B)285.39º55.02%81.96%-
XYZ34.5722.4362.83-
YUV133.12170.82162.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=37.40%
G=19.42%
B=43.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181942090.130.5500.18285.3955.5659.41
HexB55ED1D3701211d383b
Octal26513632115670224357073
Binary101101011011110110100011101110111010010100011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55ED1; }

 p { color: rgb(181,94,209); }

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

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

 a { background-color: rgb(181,94,209); }

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

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

 span { border-color: rgb(181,94,209); }

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