#B549DD

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

Shades of Medium Orchid #B549DD

Tints of Medium Orchid #B549DD

Color information

#B549DD (or 0xB549DD) is unknown color: approx Medium Orchid. HEX triplet: B5, 49 and DD. RGB value is (181,73,221). Sum of RGB (Red+Green+Blue) = 181+73+221=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #B549DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549DD is #4AB622. Grayscale: #797979. Windows color (decimal): -4896291 or 14502325. OLE color: 14502325.

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

Color convert

RGB18173221-
CMYK0.180.6700.13
HSL283.78º68.52%57.65%-
HSV(B)283.78º66.97%86.67%-
XYZ34.4919.8170.41-
YUV122.16183.78169.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=38.11%
G=15.37%
B=46.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181732210.180.6700.13283.7868.5257.65
HexB549DD12430D11c453a
Octal2651113352210301543410572
Binary10110101100100111011101100101000011011011000111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549DD; }

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

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

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

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

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

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

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

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