#B44CCC

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

Shades of Medium Orchid #B44CCC

Tints of Medium Orchid #B44CCC

Color information

#B44CCC (or 0xB44CCC) is unknown color: approx Medium Orchid. HEX triplet: B4, 4C and CC. RGB value is (180,76,204). Sum of RGB (Red+Green+Blue) = 180+76+204=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B44CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CCC is #4BB333. Grayscale: #797979. Windows color (decimal): -4961076 or 13388980. OLE color: 13388980.

HSL color Cylindrical-coordinate representation of color #B44CCC: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44CCC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18076204-
CMYK0.120.6300.2
HSL288.75º55.65%54.9%-
HSV(B)288.75º62.75%80%-
XYZ32.3119.2359.14-
YUV121.69174.46169.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=39.13%
G=16.52%
B=44.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180762040.120.6300.2288.7555.6554.9
HexB44CCCC3F0141213837
Octal26411431414770244417067
Binary101101001001100110011001100111111010100100100001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CCC; }

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

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

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

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

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

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

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

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