#B43CD1

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

Shades of Medium Orchid #B43CD1

Tints of Medium Orchid #B43CD1

Color information

#B43CD1 (or 0xB43CD1) is unknown color: approx Medium Orchid. HEX triplet: B4, 3C and D1. RGB value is (180,60,209). Sum of RGB (Red+Green+Blue) = 180+60+209=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #B43CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CD1 is #4BC32E. Grayscale: #707070. Windows color (decimal): -4965167 or 13712564. OLE color: 13712564.

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

Color convert

RGB18060209-
CMYK0.140.7100.18
HSL288.32º61.83%52.75%-
HSV(B)288.32º71.29%81.96%-
XYZ31.9517.5462.02-
YUV112.87182.26175.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=40.09%
G=13.36%
B=46.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180602090.140.7100.18288.3261.8352.75
HexB43CD1E470121203e35
Octal26474321161070224407665
Binary101101001111001101000111101000111010010100100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43CD1; }

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

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

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

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

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

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

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

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