#B55EDA

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

Shades of Medium Orchid #B55EDA

Tints of Medium Orchid #B55EDA

Color information

#B55EDA (or 0xB55EDA) is unknown color: approx Medium Orchid. HEX triplet: B5, 5E and DA. RGB value is (181,94,218). Sum of RGB (Red+Green+Blue) = 181+94+218=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #B55EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EDA is #4AA125. Grayscale: #858585. Windows color (decimal): -4890918 or 14311093. OLE color: 14311093.

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

Color convert

RGB18194218-
CMYK0.170.5700.15
HSL282.1º62.63%61.18%-
HSV(B)282.1º56.88%85.49%-
XYZ35.7122.8968.87-
YUV134.15175.32161.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=36.71%
G=19.07%
B=44.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181942180.170.5700.15282.162.6361.18
HexB55EDA11390F11a3f3d
Octal26513633221710174327775
Binary101101011011110110110101000111100101111100011010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EDA; }

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

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

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

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

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

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

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

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