#BD39CD

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

Shades of Medium Orchid #BD39CD

Tints of Medium Orchid #BD39CD

Color information

#BD39CD (or 0xBD39CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 39 and CD. RGB value is (189,57,205). Sum of RGB (Red+Green+Blue) = 189+57+205=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD39CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39CD is #42C632. Grayscale: #707070. Windows color (decimal): -4376115 or 13449661. OLE color: 13449661.

HSL color Cylindrical-coordinate representation of color #BD39CD: hue angle of 293.51º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD39CD is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18957205-
CMYK0.080.7200.20
HSL293.51º59.68%51.37%-
HSV(B)293.51º72.2%80.39%-
XYZ33.4718.1559.5-
YUV113.34179.73181.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 57 (22.66% from 255) = 12.64%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=41.91%
G=12.64%
B=45.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189572050.080.7200.20293.5159.6851.37
HexBD39CD8480141263c33
Octal27571315101100244467463
Binary101111011110011100110110001001000010100100100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39CD; }

 p { color: rgb(189,57,205); }

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

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

 a { background-color: rgb(189,57,205); }

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

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

 span { border-color: rgb(189,57,205); }

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