Html Css Color HEX #BD71DA Medium Orchid

📋 copy color: '#BD71DA'

red 189 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #BD71DA

Tints of Medium Orchid #BD71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 36.35%
G = 21.73%
B = 41.92%

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

#BD71DA (or 0xBD71DA) is known color: Medium Orchid. HEX triplet: BD, 71 and DA. RGB value is (189,113,218). Sum of RGB (Red+Green+Blue) = 189+113+218=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71DA is #428E25. Grayscale: #939393. Windows color (decimal): -4361766 or 14315965. OLE color: 14315965.

HSL color Cylindrical-coordinate representation of color #BD71DA: hue angle of 283.43º degrees, saturation: 0.59, 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 #BD71DA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 113 218 -
CMYK 0.13 0.48 0 0.15
HSL 283.43º 0.59% 0.65% -
HSV(B) 283.43º 0.48% 0.85% -
XYZ 39.55 27.69 69.59 -
YUV 147.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 189 113 218 0.13 0.48 0 0.15 283.43 0.59 0.65
Hex BD 71 DA D 30 0 F 11B 3B 41
Octal 275 161 332 15 60 0 17 433 73 101
Binary 10111101 1110001 11011010 1101 110000 0 1111 100011011 111011 1000001

Color Harmonies of #BD71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71DA

Black with #BD71DA

Text Example


Text Example

White with #BD71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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