#b55ad7

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

Shades of Medium Orchid #B55AD7

Tints of Medium Orchid #B55AD7

Color information

#B55AD7 (or 0xB55AD7) is unknown color: approx Medium Orchid. HEX triplet: B5, 5A and D7. RGB value is (181,90,215). Sum of RGB (Red+Green+Blue) = 181+90+215=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #B55AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AD7 is #4AA528. Grayscale: #838383. Windows color (decimal): -4891945 or 14113461. OLE color: 14113461.

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

Color convert

RGB18190215-
CMYK0.160.5800.16
HSL283.68º60.98%59.8%-
HSV(B)283.68º58.14%84.31%-
XYZ34.9822.0466.7-
YUV131.46175.15163.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=37.24%
G=18.52%
B=44.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181902150.160.5800.16283.6860.9859.8
HexB55AD7103A01011c3d3c
Octal26513232720720204347574
Binary1011010110110101101011110000111010010000100011100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55ad7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55ad7; }

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

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

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

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

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

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

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

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