Html Css Color HEX #BA71EC Medium Orchid

📋 copy color: '#BA71EC'

red 186 ◦ green 113 ◦ blue 236

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

Shades of Medium Orchid #BA71EC

Tints of Medium Orchid #BA71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 34.77%
G = 21.12%
B = 44.11%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA71EC (or 0xBA71EC) is known color: Medium Orchid. HEX triplet: BA, 71 and EC. RGB value is (186,113,236). Sum of RGB (Red+Green+Blue) = 186+113+236=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71EC is #458E13. Grayscale: #949494. Windows color (decimal): -4558356 or 15495610. OLE color: 15495610.

HSL color Cylindrical-coordinate representation of color #BA71EC: hue angle of 275.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA71EC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 113 236 -
CMYK 0.21 0.52 0 0.07
HSL 275.61º 0.76% 0.68% -
HSV(B) 275.61º 0.52% 0.93% -
XYZ 41.3 28.31 82.64 -
YUV 148.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 186 113 236 0.21 0.52 0 0.07 275.61 0.76 0.68
Hex BA 71 EC 15 34 0 7 114 4C 44
Octal 272 161 354 25 64 0 7 424 114 104
Binary 10111010 1110001 11101100 10101 110100 0 111 100010100 1001100 1000100

Color Harmonies of #BA71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71EC

Black with #BA71EC

Text Example


Text Example

White with #BA71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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