Html Css Color HEX #BD71D9 Medium Orchid

📋 copy color: '#BD71D9'

red 189 ◦ green 113 ◦ blue 217

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

Shades of Medium Orchid #BD71D9

Tints of Medium Orchid #BD71D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.77%

 BLUE value IS 217 (85.16% from 255) = 41.81%

R = 36.42%
G = 21.77%
B = 41.81%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD71D9 (or 0xBD71D9) is known color: Medium Orchid. HEX triplet: BD, 71 and D9. RGB value is (189,113,217). Sum of RGB (Red+Green+Blue) = 189+113+217=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71D9 is #428E26. Grayscale: #939393. Windows color (decimal): -4361767 or 14250429. OLE color: 14250429.

HSL color Cylindrical-coordinate representation of color #BD71D9: hue angle of 283.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD71D9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 113 217 -
CMYK 0.13 0.48 0 0.15
HSL 283.85º 0.58% 0.65% -
HSV(B) 283.85º 0.48% 0.85% -
XYZ 39.42 27.64 68.9 -
YUV 147.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 189 113 217 0.13 0.48 0 0.15 283.85 0.58 0.65
Hex BD 71 D9 D 30 0 F 11C 3A 41
Octal 275 161 331 15 60 0 17 434 72 101
Binary 10111101 1110001 11011001 1101 110000 0 1111 100011100 111010 1000001

Color Harmonies of #BD71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71D9

Black with #BD71D9

Text Example


Text Example

White with #BD71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71D9; }

 p { color: rgb(189,113,217); }

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

background-color css

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

 a { background-color: rgb(189,113,217); }

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

border-color css

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

 span { border-color: rgb(189,113,217); }

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