Html Css Color HEX #BD39DC Medium Orchid

📋 copy color: '#BD39DC'

red 189 ◦ green 57 ◦ blue 220

#BD39DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD39DC

Tints of Medium Orchid #BD39DC

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

 GREEN value IS 57 (22.66% from 255) = 12.23%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 40.56%
G = 12.23%
B = 47.21%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD39DC (or 0xBD39DC) is known color: Medium Orchid. HEX triplet: BD, 39 and DC. RGB value is (189,57,220). Sum of RGB (Red+Green+Blue) = 189+57+220=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39DC is #42C623. Grayscale: #727272. Windows color (decimal): -4376100 or 14432701. OLE color: 14432701.

HSL color Cylindrical-coordinate representation of color #BD39DC: hue angle of 288.59º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD39DC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 57 220 -
CMYK 0.14 0.74 0 0.14
HSL 288.59º 0.7% 0.54% -
HSV(B) 288.59º 0.74% 0.86% -
XYZ 35.37 18.91 69.5 -
YUV 115.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 189 57 220 0.14 0.74 0 0.14 288.59 0.7 0.54
Hex BD 39 DC E 4A 0 E 121 46 36
Octal 275 71 334 16 112 0 16 441 106 66
Binary 10111101 111001 11011100 1110 1001010 0 1110 100100001 1000110 110110

Color Harmonies of #BD39DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39DC

Black with #BD39DC

Text Example


Text Example

White with #BD39DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39DC; }

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

 H1.HeaderClassName
 {
   color: #BD39DC;
 }
 .AnyTagClassName
 {
   color: #BD39DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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