#B442DD

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

Shades of Medium Orchid #B442DD

Tints of Medium Orchid #B442DD

Color information

#B442DD (or 0xB442DD) is unknown color: approx Medium Orchid. HEX triplet: B4, 42 and DD. RGB value is (180,66,221). Sum of RGB (Red+Green+Blue) = 180+66+221=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B442DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442DD is #4BBD22. Grayscale: #757575. Windows color (decimal): -4963619 or 14500532. OLE color: 14500532.

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

Color convert

RGB18066221-
CMYK0.190.7000.13
HSL284.13º69.51%56.27%-
HSV(B)284.13º70.14%86.67%-
XYZ33.8218.8270.26-
YUV117.76186.27172.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 66 (26.17% from 255) = 14.13%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=38.54%
G=14.13%
B=47.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180662210.190.7000.13284.1369.5156.27
HexB442DD13460D11c4638
Octal2641023352310601543410670
Binary10110100100001011011101100111000110011011000111001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B442DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B442DD; }

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

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

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

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

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

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

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

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