Html Css Color HEX #BA71EE Medium Orchid

📋 copy color: '#BA71EE'

red 186 ◦ green 113 ◦ blue 238

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

Shades of Medium Orchid #BA71EE

Tints of Medium Orchid #BA71EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 34.64%
G = 21.04%
B = 44.32%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA71EE (or 0xBA71EE) is known color: Medium Orchid. HEX triplet: BA, 71 and EE. RGB value is (186,113,238). Sum of RGB (Red+Green+Blue) = 186+113+238=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA71EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71EE is #458E11. Grayscale: #949494. Windows color (decimal): -4558354 or 15626682. OLE color: 15626682.

HSL color Cylindrical-coordinate representation of color #BA71EE: hue angle of 275.04º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA71EE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 113 238 -
CMYK 0.22 0.53 0 0.07
HSL 275.04º 0.79% 0.69% -
HSV(B) 275.04º 0.53% 0.93% -
XYZ 41.59 28.42 84.18 -
YUV 149.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 186 113 238 0.22 0.53 0 0.07 275.04 0.79 0.69
Hex BA 71 EE 16 35 0 7 113 4F 45
Octal 272 161 356 26 65 0 7 423 117 105
Binary 10111010 1110001 11101110 10110 110101 0 111 100010011 1001111 1000101

Color Harmonies of #BA71EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71EE

Black with #BA71EE

Text Example


Text Example

White with #BA71EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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