#B55AD8

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

Shades of Medium Orchid #B55AD8

Tints of Medium Orchid #B55AD8

Color information

#B55AD8 (or 0xB55AD8) is unknown color: approx Medium Orchid. HEX triplet: B5, 5A and D8. RGB value is (181,90,216). Sum of RGB (Red+Green+Blue) = 181+90+216=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #B55AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AD8 is #4AA527. Grayscale: #838383. Windows color (decimal): -4891944 or 14178997. OLE color: 14178997.

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

Color convert

RGB18190216-
CMYK0.160.5800.15
HSL283.33º61.76%60%-
HSV(B)283.33º58.33%84.71%-
XYZ35.1122.0967.38-
YUV131.57175.65163.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 90 (35.55% from 255) = 18.48%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=37.17%
G=18.48%
B=44.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181902160.160.5800.15283.3361.7660
HexB55AD8103A0F11b3e3c
Octal26513233020720174337674
Binary101101011011010110110001000011101001111100011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AD8; }

 p { color: rgb(181,90,216); }

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

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

 a { background-color: rgb(181,90,216); }

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

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

 span { border-color: rgb(181,90,216); }

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