Html Css Color HEX #BA71DA Medium Orchid

📋 copy color: '#BA71DA'

red 186 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #BA71DA

Tints of Medium Orchid #BA71DA

RGB

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

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

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

R = 35.98%
G = 21.86%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA71DA (or 0xBA71DA) is known color: Medium Orchid. HEX triplet: BA, 71 and DA. RGB value is (186,113,218). Sum of RGB (Red+Green+Blue) = 186+113+218=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DA is #458E25. Grayscale: #929292. Windows color (decimal): -4558374 or 14315962. OLE color: 14315962.

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

Color convert

RGB 186 113 218 -
CMYK 0.15 0.48 0 0.15
HSL 281.71º 0.59% 0.65% -
HSV(B) 281.71º 0.48% 0.85% -
XYZ 38.81 27.31 69.56 -
YUV 146.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 186 113 218 0.15 0.48 0 0.15 281.71 0.59 0.65
Hex BA 71 DA F 30 0 F 11A 3B 41
Octal 272 161 332 17 60 0 17 432 73 101
Binary 10111010 1110001 11011010 1111 110000 0 1111 100011010 111011 1000001

Color Harmonies of #BA71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71DA

Black with #BA71DA

Text Example


Text Example

White with #BA71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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