#B944DD

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

Shades of Medium Orchid #B944DD

Tints of Medium Orchid #B944DD

Color information

#B944DD (or 0xB944DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 44 and DD. RGB value is (185,68,221). Sum of RGB (Red+Green+Blue) = 185+68+221=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B944DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944DD is #46BB22. Grayscale: #777777. Windows color (decimal): -4635427 or 14501049. OLE color: 14501049.

HSL color Cylindrical-coordinate representation of color #B944DD: hue angle of 285.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B944DD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18568221-
CMYK0.160.6900.13
HSL285.88º69.23%56.67%-
HSV(B)285.88º69.23%86.67%-
XYZ35.1319.6770.35-
YUV120.42184.76174.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 68 (26.95% from 255) = 14.35%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=39.03%
G=14.35%
B=46.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185682210.160.6900.13285.8869.2356.67
HexB944DD10450D11e4539
Octal2711043352010501543610571
Binary10111001100010011011101100001000101011011000111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B944DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B944DD; }

 p { color: rgb(185,68,221); }

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

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

 a { background-color: rgb(185,68,221); }

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

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

 span { border-color: rgb(185,68,221); }

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