#B44BCC

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

Shades of Medium Orchid #B44BCC

Tints of Medium Orchid #B44BCC

Color information

#B44BCC (or 0xB44BCC) is unknown color: approx Medium Orchid. HEX triplet: B4, 4B and CC. RGB value is (180,75,204). Sum of RGB (Red+Green+Blue) = 180+75+204=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B44BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BCC is #4BB433. Grayscale: #787878. Windows color (decimal): -4961332 or 13388724. OLE color: 13388724.

HSL color Cylindrical-coordinate representation of color #B44BCC: hue angle of 288.84º 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 #B44BCC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18075204-
CMYK0.120.6300.2
HSL288.84º55.84%54.71%-
HSV(B)288.84º63.24%80%-
XYZ32.2419.159.11-
YUV121.1174.79170.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=39.22%
G=16.34%
B=44.44%

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
Decimal180752040.120.6300.2288.8455.8454.71
HexB44BCCC3F0141213837
Octal26411331414770244417067
Binary101101001001011110011001100111111010100100100001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BCC; }

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

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

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

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

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

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

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

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