#B43DD1

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

Shades of Medium Orchid #B43DD1

Tints of Medium Orchid #B43DD1

Color information

#B43DD1 (or 0xB43DD1) is unknown color: approx Medium Orchid. HEX triplet: B4, 3D and D1. RGB value is (180,61,209). Sum of RGB (Red+Green+Blue) = 180+61+209=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #B43DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DD1 is #4BC22E. Grayscale: #707070. Windows color (decimal): -4964911 or 13712820. OLE color: 13712820.

HSL color Cylindrical-coordinate representation of color #B43DD1: hue angle of 288.24º 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 #B43DD1 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18061209-
CMYK0.140.7100.18
HSL288.24º61.67%52.94%-
HSV(B)288.24º70.81%81.96%-
XYZ3217.6462.04-
YUV113.45181.92175.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 13.56%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=40%
G=13.56%
B=46.44%

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
Decimal180612090.140.7100.18288.2461.6752.94
HexB43DD1E470121203e35
Octal26475321161070224407665
Binary101101001111011101000111101000111010010100100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43DD1; }

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

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

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

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

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

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

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

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