#B44ACA

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

Shades of Medium Orchid #B44ACA

Tints of Medium Orchid #B44ACA

Color information

#B44ACA (or 0xB44ACA) is unknown color: approx Medium Orchid. HEX triplet: B4, 4A and CA. RGB value is (180,74,202). Sum of RGB (Red+Green+Blue) = 180+74+202=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #B44ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ACA is #4BB535. Grayscale: #777777. Windows color (decimal): -4961590 or 13257396. OLE color: 13257396.

HSL color Cylindrical-coordinate representation of color #B44ACA: hue angle of 289.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44ACA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18074202-
CMYK0.110.6300.21
HSL289.69º54.7%54.12%-
HSV(B)289.69º63.37%79.22%-
XYZ31.9318.8757.84-
YUV120.29174.12170.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=39.47%
G=16.23%
B=44.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180742020.110.6300.21289.6954.754.12
HexB44ACAB3F0151223736
Octal26411231213770254426766
Binary101101001001010110010101011111111010101100100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44ACA; }

 p { color: rgb(180,74,202); }

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

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

 a { background-color: rgb(180,74,202); }

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

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

 span { border-color: rgb(180,74,202); }

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