#B44CCF

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

Shades of Medium Orchid #B44CCF

Tints of Medium Orchid #B44CCF

Color information

#B44CCF (or 0xB44CCF) is unknown color: approx Medium Orchid. HEX triplet: B4, 4C and CF. RGB value is (180,76,207). Sum of RGB (Red+Green+Blue) = 180+76+207=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B44CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CCF is #4BB330. Grayscale: #797979. Windows color (decimal): -4961073 or 13585588. OLE color: 13585588.

HSL color Cylindrical-coordinate representation of color #B44CCF: hue angle of 287.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44CCF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18076207-
CMYK0.130.6300.19
HSL287.63º57.71%55.49%-
HSV(B)287.63º63.29%81.18%-
XYZ32.6719.3861.05-
YUV122.03175.96169.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 76 (30.08% from 255) = 16.41%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=38.88%
G=16.41%
B=44.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180762070.130.6300.19287.6357.7155.49
HexB44CCFD3F0131203a37
Octal26411431715770234407267
Binary101101001001100110011111101111111010011100100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CCF; }

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

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

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

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

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

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

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

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