#BD39E3

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

Shades of Medium Orchid #BD39E3

Tints of Medium Orchid #BD39E3

Color information

#BD39E3 (or 0xBD39E3) is unknown color: approx Medium Orchid. HEX triplet: BD, 39 and E3. RGB value is (189,57,227). Sum of RGB (Red+Green+Blue) = 189+57+227=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD39E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39E3 is #42C61C. Grayscale: #737373. Windows color (decimal): -4376093 or 14891453. OLE color: 14891453.

HSL color Cylindrical-coordinate representation of color #BD39E3: hue angle of 286.59º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD39E3 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18957227-
CMYK0.170.7500.11
HSL286.59º75.22%55.69%-
HSV(B)286.59º74.89%89.02%-
XYZ36.3119.2974.48-
YUV115.85190.73180.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 57 (22.66% from 255) = 12.05%
BLUE value IS 227 (89.06% from 255) = 47.99%
R=39.96%
G=12.05%
B=47.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189572270.170.7500.11286.5975.2255.69
HexBD39E3114B0B11f4b38
Octal275713432111301343711370
Binary1011110111100111100011100011001011010111000111111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39E3; }

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

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

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

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

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

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

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

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