#B44CC6

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

Shades of Medium Orchid #B44CC6

Tints of Medium Orchid #B44CC6

Color information

#B44CC6 (or 0xB44CC6) is unknown color: approx Medium Orchid. HEX triplet: B4, 4C and C6. RGB value is (180,76,198). Sum of RGB (Red+Green+Blue) = 180+76+198=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #B44CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CC6 is #4BB339. Grayscale: #787878. Windows color (decimal): -4961082 or 12995764. OLE color: 12995764.

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

Color convert

RGB18076198-
CMYK0.090.6200.22
HSL291.15º51.69%53.73%-
HSV(B)291.15º61.62%77.65%-
XYZ31.618.9555.42-
YUV121171.46170.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=39.65%
G=16.74%
B=43.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180761980.090.6200.22291.1551.6953.73
HexB44CC693E0161233436
Octal26411430611760264436466
Binary101101001001100110001101001111110010110100100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CC6; }

 p { color: rgb(180,76,198); }

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

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

 a { background-color: rgb(180,76,198); }

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

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

 span { border-color: rgb(180,76,198); }

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