Html Css Color HEX #BA71DE Medium Orchid

📋 copy color: '#BA71DE'

red 186 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #BA71DE

Tints of Medium Orchid #BA71DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 35.7%
G = 21.69%
B = 42.61%

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

#BA71DE (or 0xBA71DE) is known color: Medium Orchid. HEX triplet: BA, 71 and DE. RGB value is (186,113,222). Sum of RGB (Red+Green+Blue) = 186+113+222=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DE is #458E21. Grayscale: #929292. Windows color (decimal): -4558370 or 14578106. OLE color: 14578106.

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

Color convert

RGB 186 113 222 -
CMYK 0.16 0.49 0 0.13
HSL 280.18º 0.62% 0.66% -
HSV(B) 280.18º 0.49% 0.87% -
XYZ 39.34 27.52 72.35 -
YUV 147.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 186 113 222 0.16 0.49 0 0.13 280.18 0.62 0.66
Hex BA 71 DE 10 31 0 D 118 3E 42
Octal 272 161 336 20 61 0 15 430 76 102
Binary 10111010 1110001 11011110 10000 110001 0 1101 100011000 111110 1000010

Color Harmonies of #BA71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71DE

Black with #BA71DE

Text Example


Text Example

White with #BA71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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