Html Css Color HEX #BA71DD Medium Orchid

📋 copy color: '#BA71DD'

red 186 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #BA71DD

Tints of Medium Orchid #BA71DD

RGB

 RED value IS 186 (73.05% from 255) = 35.77%

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

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

R = 35.77%
G = 21.73%
B = 42.5%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA71DD (or 0xBA71DD) is known color: Medium Orchid. HEX triplet: BA, 71 and DD. RGB value is (186,113,221). Sum of RGB (Red+Green+Blue) = 186+113+221=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DD is #458E22. Grayscale: #929292. Windows color (decimal): -4558371 or 14512570. OLE color: 14512570.

HSL color Cylindrical-coordinate representation of color #BA71DD: hue angle of 280.56º 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 #BA71DD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 113 221 -
CMYK 0.16 0.49 0 0.13
HSL 280.56º 0.61% 0.65% -
HSV(B) 280.56º 0.49% 0.87% -
XYZ 39.21 27.47 71.64 -
YUV 147.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 186 113 221 0.16 0.49 0 0.13 280.56 0.61 0.65
Hex BA 71 DD 10 31 0 D 119 3D 41
Octal 272 161 335 20 61 0 15 431 75 101
Binary 10111010 1110001 11011101 10000 110001 0 1101 100011001 111101 1000001

Color Harmonies of #BA71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71DD

Black with #BA71DD

Text Example


Text Example

White with #BA71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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