#B744DD

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

Shades of Medium Orchid #B744DD

Tints of Medium Orchid #B744DD

Color information

#B744DD (or 0xB744DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 44 and DD. RGB value is (183,68,221). Sum of RGB (Red+Green+Blue) = 183+68+221=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B744DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744DD is #48BB22. Grayscale: #777777. Windows color (decimal): -4766499 or 14501047. OLE color: 14501047.

HSL color Cylindrical-coordinate representation of color #B744DD: hue angle of 285.1º 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 #B744DD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18368221-
CMYK0.170.6900.13
HSL285.1º69.23%56.67%-
HSV(B)285.1º69.23%86.67%-
XYZ34.6519.4270.33-
YUV119.83185.1173.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 68 (26.95% from 255) = 14.41%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=38.77%
G=14.41%
B=46.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183682210.170.6900.13285.169.2356.67
HexB744DD11450D11d4539
Octal2671043352110501543510571
Binary10110111100010011011101100011000101011011000111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744DD; }

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

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

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

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

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

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

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

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