#BD43DA

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

Shades of Medium Orchid #BD43DA

Tints of Medium Orchid #BD43DA

Color information

#BD43DA (or 0xBD43DA) is unknown color: approx Medium Orchid. HEX triplet: BD, 43 and DA. RGB value is (189,67,218). Sum of RGB (Red+Green+Blue) = 189+67+218=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD43DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43DA is #42BC25. Grayscale: #787878. Windows color (decimal): -4373542 or 14304189. OLE color: 14304189.

HSL color Cylindrical-coordinate representation of color #BD43DA: hue angle of 288.48º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD43DA is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18967218-
CMYK0.130.6900.15
HSL288.48º67.11%55.88%-
HSV(B)288.48º69.27%85.49%-
XYZ35.6519.968.29-
YUV120.69182.92176.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 67 (26.56% from 255) = 14.14%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=39.87%
G=14.14%
B=45.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189672180.130.6900.15288.4867.1155.88
HexBD43DAD450F1204338
Octal2751033321510501744010370
Binary1011110110000111101101011011000101011111001000001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD43DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD43DA; }

 p { color: rgb(189,67,218); }

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

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

 a { background-color: rgb(189,67,218); }

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

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

 span { border-color: rgb(189,67,218); }

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