#B55ED5

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

Shades of Medium Orchid #B55ED5

Tints of Medium Orchid #B55ED5

Color information

#B55ED5 (or 0xB55ED5) is unknown color: approx Medium Orchid. HEX triplet: B5, 5E and D5. RGB value is (181,94,213). Sum of RGB (Red+Green+Blue) = 181+94+213=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #B55ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ED5 is #4AA12A. Grayscale: #858585. Windows color (decimal): -4890923 or 13983413. OLE color: 13983413.

HSL color Cylindrical-coordinate representation of color #B55ED5: hue angle of 283.87º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55ED5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18194213-
CMYK0.150.5600.16
HSL283.87º58.62%60.2%-
HSV(B)283.87º55.87%83.53%-
XYZ35.0722.6365.47-
YUV133.58172.82161.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=37.09%
G=19.26%
B=43.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181942130.150.5600.16283.8758.6260.2
HexB55ED5F3801011c3b3c
Octal26513632517700204347374
Binary101101011011110110101011111111000010000100011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55ED5; }

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

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

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

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

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

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

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

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