#B449C8

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

Shades of Medium Orchid #B449C8

Tints of Medium Orchid #B449C8

Color information

#B449C8 (or 0xB449C8) is unknown color: approx Medium Orchid. HEX triplet: B4, 49 and C8. RGB value is (180,73,200). Sum of RGB (Red+Green+Blue) = 180+73+200=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #B449C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449C8 is #4BB637. Grayscale: #777777. Windows color (decimal): -4961848 or 13126068. OLE color: 13126068.

HSL color Cylindrical-coordinate representation of color #B449C8: hue angle of 290.55º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B449C8 is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18073200-
CMYK0.10.6400.22
HSL290.55º53.59%53.53%-
HSV(B)290.55º63.5%78.43%-
XYZ31.6318.6456.57-
YUV119.47173.45171.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 73 (28.91% from 255) = 16.11%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=39.74%
G=16.11%
B=44.15%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180732000.10.6400.22290.5553.5953.53
HexB449C8A400161233636
Octal264111310121000264436666
Binary1011010010010011100100010101000000010110100100011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B449C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B449C8; }

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

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

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

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

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

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

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

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