Html Css Color HEX #BD47DC Medium Orchid

📋 copy color: '#BD47DC'

red 189 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #BD47DC

Tints of Medium Orchid #BD47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.79%

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

R = 39.38%
G = 14.79%
B = 45.83%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD47DC (or 0xBD47DC) is known color: Medium Orchid. HEX triplet: BD, 47 and DC. RGB value is (189,71,220). Sum of RGB (Red+Green+Blue) = 189+71+220=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47DC is #42B823. Grayscale: #7A7A7A. Windows color (decimal): -4372516 or 14436285. OLE color: 14436285.

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

Color convert

RGB 189 71 220 -
CMYK 0.14 0.68 0 0.14
HSL 287.52º 0.68% 0.57% -
HSV(B) 287.52º 0.68% 0.86% -
XYZ 36.16 20.49 69.76 -
YUV 123.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 189 71 220 0.14 0.68 0 0.14 287.52 0.68 0.57
Hex BD 47 DC E 44 0 E 120 44 39
Octal 275 107 334 16 104 0 16 440 104 71
Binary 10111101 1000111 11011100 1110 1000100 0 1110 100100000 1000100 111001

Color Harmonies of #BD47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47DC

Black with #BD47DC

Text Example


Text Example

White with #BD47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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