#B449DC

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

Shades of Medium Orchid #B449DC

Tints of Medium Orchid #B449DC

Color information

#B449DC (or 0xB449DC) is unknown color: approx Medium Orchid. HEX triplet: B4, 49 and DC. RGB value is (180,73,220). Sum of RGB (Red+Green+Blue) = 180+73+220=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #B449DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449DC is #4BB623. Grayscale: #797979. Windows color (decimal): -4961828 or 14436788. OLE color: 14436788.

HSL color Cylindrical-coordinate representation of color #B449DC: hue angle of 283.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B449DC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18073220-
CMYK0.180.6700.14
HSL283.67º67.74%57.45%-
HSV(B)283.67º66.82%86.27%-
XYZ34.1219.6469.7-
YUV121.75183.45169.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 73 (28.91% from 255) = 15.43%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=38.05%
G=15.43%
B=46.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180732200.180.6700.14283.6767.7457.45
HexB449DC12430E11c4439
Octal2641113342210301643410471
Binary10110100100100111011100100101000011011101000111001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B449DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B449DC; }

 p { color: rgb(180,73,220); }

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

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

 a { background-color: rgb(180,73,220); }

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

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

 span { border-color: rgb(180,73,220); }

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