Html Css Color HEX #BD71D7 Medium Orchid

📋 copy color: '#BD71D7'

red 189 ◦ green 113 ◦ blue 215

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

Shades of Medium Orchid #BD71D7

Tints of Medium Orchid #BD71D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 36.56%
G = 21.86%
B = 41.59%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD71D7 (or 0xBD71D7) is known color: Medium Orchid. HEX triplet: BD, 71 and D7. RGB value is (189,113,215). Sum of RGB (Red+Green+Blue) = 189+113+215=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71D7 is #428E28. Grayscale: #939393. Windows color (decimal): -4361769 or 14119357. OLE color: 14119357.

HSL color Cylindrical-coordinate representation of color #BD71D7: hue angle of 284.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD71D7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 113 215 -
CMYK 0.12 0.47 0 0.16
HSL 284.71º 0.56% 0.64% -
HSV(B) 284.71º 0.47% 0.84% -
XYZ 39.16 27.54 67.54 -
YUV 147.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 189 113 215 0.12 0.47 0 0.16 284.71 0.56 0.64
Hex BD 71 D7 C 2F 0 10 11D 38 40
Octal 275 161 327 14 57 0 20 435 70 100
Binary 10111101 1110001 11010111 1100 101111 0 10000 100011101 111000 1000000

Color Harmonies of #BD71D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71D7

Black with #BD71D7

Text Example


Text Example

White with #BD71D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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