#BD35D1

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

Shades of Medium Orchid #BD35D1

Tints of Medium Orchid #BD35D1

Color information

#BD35D1 (or 0xBD35D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 35 and D1. RGB value is (189,53,209). Sum of RGB (Red+Green+Blue) = 189+53+209=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35D1 is #42CA2E. Grayscale: #6E6E6E. Windows color (decimal): -4377135 or 13710781. OLE color: 13710781.

HSL color Cylindrical-coordinate representation of color #BD35D1: hue angle of 292.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD35D1 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18953209-
CMYK0.100.7500.18
HSL292.31º62.9%51.37%-
HSV(B)292.31º74.64%81.96%-
XYZ33.7717.9762.01-
YUV111.45183.06183.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 53 (21.09% from 255) = 11.75%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=41.91%
G=11.75%
B=46.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189532090.100.7500.18292.3162.951.37
HexBD35D1A4B0121243f33
Octal27565321121130224447763
Binary101111011101011101000110101001011010010100100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD35D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD35D1; }

 p { color: rgb(189,53,209); }

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

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

 a { background-color: rgb(189,53,209); }

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

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

 span { border-color: rgb(189,53,209); }

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