#B44FDD

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

Shades of Medium Orchid #B44FDD

Tints of Medium Orchid #B44FDD

Color information

#B44FDD (or 0xB44FDD) is unknown color: approx Medium Orchid. HEX triplet: B4, 4F and DD. RGB value is (180,79,221). Sum of RGB (Red+Green+Blue) = 180+79+221=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B44FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FDD is #4BB022. Grayscale: #7C7C7C. Windows color (decimal): -4960291 or 14503860. OLE color: 14503860.

HSL color Cylindrical-coordinate representation of color #B44FDD: hue angle of 282.68º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44FDD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18079221-
CMYK0.190.6400.13
HSL282.68º67.62%58.82%-
HSV(B)282.68º64.25%86.67%-
XYZ34.6720.5270.54-
YUV125.39181.96166.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 16.46%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=37.5%
G=16.46%
B=46.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180792210.190.6400.13282.6867.6258.82
HexB44FDD13400D11b443b
Octal2641173352310001543310473
Binary10110100100111111011101100111000000011011000110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FDD; }

 p { color: rgb(180,79,221); }

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

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

 a { background-color: rgb(180,79,221); }

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

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

 span { border-color: rgb(180,79,221); }

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