Html Css Color HEX #BD71DD Medium Orchid

📋 copy color: '#BD71DD'

red 189 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #BD71DD

Tints of Medium Orchid #BD71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 36.14%
G = 21.61%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD71DD (or 0xBD71DD) is known color: Medium Orchid. HEX triplet: BD, 71 and DD. RGB value is (189,113,221). Sum of RGB (Red+Green+Blue) = 189+113+221=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71DD is #428E22. Grayscale: #939393. Windows color (decimal): -4361763 or 14512573. OLE color: 14512573.

HSL color Cylindrical-coordinate representation of color #BD71DD: hue angle of 282.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD71DD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 113 221 -
CMYK 0.14 0.49 0 0.13
HSL 282.22º 0.61% 0.65% -
HSV(B) 282.22º 0.49% 0.87% -
XYZ 39.94 27.85 71.68 -
YUV 148.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 189 113 221 0.14 0.49 0 0.13 282.22 0.61 0.65
Hex BD 71 DD E 31 0 D 11A 3D 41
Octal 275 161 335 16 61 0 15 432 75 101
Binary 10111101 1110001 11011101 1110 110001 0 1101 100011010 111101 1000001

Color Harmonies of #BD71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71DD

Black with #BD71DD

Text Example


Text Example

White with #BD71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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