#B55EC8

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

Shades of Medium Orchid #B55EC8

Tints of Medium Orchid #B55EC8

Color information

#B55EC8 (or 0xB55EC8) is unknown color: approx Medium Orchid. HEX triplet: B5, 5E and C8. RGB value is (181,94,200). Sum of RGB (Red+Green+Blue) = 181+94+200=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #B55EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EC8 is #4AA137. Grayscale: #838383. Windows color (decimal): -4890936 or 13131445. OLE color: 13131445.

HSL color Cylindrical-coordinate representation of color #B55EC8: hue angle of 289.25º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55EC8 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18194200-
CMYK0.090.5300.22
HSL289.25º49.07%57.65%-
HSV(B)289.25º53%78.43%-
XYZ33.482257.13-
YUV132.1166.32162.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=38.11%
G=19.79%
B=42.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181942000.090.5300.22289.2549.0757.65
HexB55EC8935016121313a
Octal26513631011650264416172
Binary101101011011110110010001001110101010110100100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EC8; }

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

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

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

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

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

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

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

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