Html Css Color HEX #BD47DB Medium Orchid

📋 copy color: '#BD47DB'

red 189 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #BD47DB

Tints of Medium Orchid #BD47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 39.46%
G = 14.82%
B = 45.72%

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

#BD47DB (or 0xBD47DB) is known color: Medium Orchid. HEX triplet: BD, 47 and DB. RGB value is (189,71,219). Sum of RGB (Red+Green+Blue) = 189+71+219=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47DB is #42B824. Grayscale: #7A7A7A. Windows color (decimal): -4372517 or 14370749. OLE color: 14370749.

HSL color Cylindrical-coordinate representation of color #BD47DB: hue angle of 287.84º degrees, saturation: 0.67, 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 #BD47DB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 71 219 -
CMYK 0.14 0.68 0 0.14
HSL 287.84º 0.67% 0.57% -
HSV(B) 287.84º 0.68% 0.86% -
XYZ 36.03 20.44 69.06 -
YUV 123.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 189 71 219 0.14 0.68 0 0.14 287.84 0.67 0.57
Hex BD 47 DB E 44 0 E 120 43 39
Octal 275 107 333 16 104 0 16 440 103 71
Binary 10111101 1000111 11011011 1110 1000100 0 1110 100100000 1000011 111001

Color Harmonies of #BD47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD47DB

Black with #BD47DB

Text Example


Text Example

White with #BD47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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