Html Css Color HEX #BA4ECA Medium Orchid

📋 copy color: '#BA4ECA'

red 186 ◦ green 78 ◦ blue 202

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

Shades of Medium Orchid #BA4ECA

Tints of Medium Orchid #BA4ECA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.74%

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 39.91%
G = 16.74%
B = 43.35%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4ECA (or 0xBA4ECA) is known color: Medium Orchid. HEX triplet: BA, 4E and CA. RGB value is (186,78,202). Sum of RGB (Red+Green+Blue) = 186+78+202=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ECA is #45B135. Grayscale: #7C7C7C. Windows color (decimal): -4567350 or 13258426. OLE color: 13258426.

HSL color Cylindrical-coordinate representation of color #BA4ECA: hue angle of 292.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4ECA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 78 202 -
CMYK 0.08 0.61 0 0.21
HSL 292.26º 0.54% 0.55% -
HSV(B) 292.26º 0.61% 0.79% -
XYZ 33.63 20.15 57.99 -
YUV 124.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 186 78 202 0.08 0.61 0 0.21 292.26 0.54 0.55
Hex BA 4E CA 8 3D 0 15 124 36 37
Octal 272 116 312 10 75 0 25 444 66 67
Binary 10111010 1001110 11001010 1000 111101 0 10101 100100100 110110 110111

Color Harmonies of #BA4ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ECA

Black with #BA4ECA

Text Example


Text Example

White with #BA4ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ECA; }

 p { color: rgb(186,78,202); }

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

background-color css

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

 a { background-color: rgb(186,78,202); }

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

border-color css

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

 span { border-color: rgb(186,78,202); }

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