#B440D1

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

Shades of Medium Orchid #B440D1

Tints of Medium Orchid #B440D1

Color information

#B440D1 (or 0xB440D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 40 and D1. RGB value is (180,64,209). Sum of RGB (Red+Green+Blue) = 180+64+209=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #B440D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440D1 is #4BBF2E. Grayscale: #727272. Windows color (decimal): -4964143 or 13713588. OLE color: 13713588.

HSL color Cylindrical-coordinate representation of color #B440D1: hue angle of 288º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B440D1 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18064209-
CMYK0.140.6900.18
HSL288º61.18%53.53%-
HSV(B)288º69.38%81.96%-
XYZ32.1617.9762.1-
YUV115.21180.93174.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=39.74%
G=14.13%
B=46.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180642090.140.6900.1828861.1853.53
HexB440D1E450121203d36
Octal264100321161050224407566
Binary1011010010000001101000111101000101010010100100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440D1; }

 p { color: rgb(180,64,209); }

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

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

 a { background-color: rgb(180,64,209); }

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

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

 span { border-color: rgb(180,64,209); }

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