#B550DD

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

Shades of Medium Orchid #B550DD

Tints of Medium Orchid #B550DD

Color information

#B550DD (or 0xB550DD) is unknown color: approx Medium Orchid. HEX triplet: B5, 50 and DD. RGB value is (181,80,221). Sum of RGB (Red+Green+Blue) = 181+80+221=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B550DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550DD is #4AAF22. Grayscale: #7D7D7D. Windows color (decimal): -4894499 or 14504117. OLE color: 14504117.

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

Color convert

RGB18180221-
CMYK0.180.6400.13
HSL282.98º67.46%59.02%-
HSV(B)282.98º63.8%86.67%-
XYZ34.9820.7870.57-
YUV126.27181.46167.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 80 (31.64% from 255) = 16.60%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=37.55%
G=16.60%
B=45.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181802210.180.6400.13282.9867.4659.02
HexB550DD12400D11b433b
Octal2651203352210001543310373
Binary10110101101000011011101100101000000011011000110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550DD; }

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

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

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

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

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

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

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

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