Html Css Color HEX #BA71CE Medium Orchid

📋 copy color: '#BA71CE'

red 186 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #BA71CE

Tints of Medium Orchid #BA71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 36.83%
G = 22.38%
B = 40.79%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA71CE (or 0xBA71CE) is known color: Medium Orchid. HEX triplet: BA, 71 and CE. RGB value is (186,113,206). Sum of RGB (Red+Green+Blue) = 186+113+206=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CE is #458E31. Grayscale: #919191. Windows color (decimal): -4558386 or 13529530. OLE color: 13529530.

HSL color Cylindrical-coordinate representation of color #BA71CE: hue angle of 287.1º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA71CE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 113 206 -
CMYK 0.10 0.45 0 0.19
HSL 287.1º 0.49% 0.63% -
HSV(B) 287.1º 0.45% 0.81% -
XYZ 37.3 26.71 61.58 -
YUV 145.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 186 113 206 0.10 0.45 0 0.19 287.1 0.49 0.63
Hex BA 71 CE A 2D 0 13 11F 31 3F
Octal 272 161 316 12 55 0 23 437 61 77
Binary 10111010 1110001 11001110 1010 101101 0 10011 100011111 110001 111111

Color Harmonies of #BA71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71CE

Black with #BA71CE

Text Example


Text Example

White with #BA71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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