#B55CDD

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

Shades of Medium Orchid #B55CDD

Tints of Medium Orchid #B55CDD

Color information

#B55CDD (or 0xB55CDD) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and DD. RGB value is (181,92,221). Sum of RGB (Red+Green+Blue) = 181+92+221=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B55CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CDD is #4AA322. Grayscale: #848484. Windows color (decimal): -4891427 or 14507189. OLE color: 14507189.

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

Color convert

RGB18192221-
CMYK0.180.5800.13
HSL281.4º65.48%61.37%-
HSV(B)281.4º58.37%86.67%-
XYZ35.9322.770.89-
YUV133.32177.49162.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=36.64%
G=18.62%
B=44.74%

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
Decimal181922210.180.5800.13281.465.4861.37
HexB55CDD123A0D119413d
Octal265134335227201543110175
Binary1011010110111001101110110010111010011011000110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CDD; }

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

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

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

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

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

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

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

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