#B55DDD

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

Shades of Medium Orchid #B55DDD

Tints of Medium Orchid #B55DDD

Color information

#B55DDD (or 0xB55DDD) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and DD. RGB value is (181,93,221). Sum of RGB (Red+Green+Blue) = 181+93+221=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B55DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DDD is #4AA222. Grayscale: #858585. Windows color (decimal): -4891171 or 14507445. OLE color: 14507445.

HSL color Cylindrical-coordinate representation of color #B55DDD: hue angle of 281.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55DDD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18193221-
CMYK0.180.5800.13
HSL281.25º65.31%61.57%-
HSV(B)281.25º57.92%86.67%-
XYZ36.0222.8770.92-
YUV133.9177.15161.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=36.57%
G=18.79%
B=44.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181932210.180.5800.13281.2565.3161.57
HexB55DDD123A0D119413e
Octal265135335227201543110176
Binary1011010110111011101110110010111010011011000110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DDD; }

 p { color: rgb(181,93,221); }

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

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

 a { background-color: rgb(181,93,221); }

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

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

 span { border-color: rgb(181,93,221); }

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