Html Css Color HEX #BA4ACE Medium Orchid

📋 copy color: '#BA4ACE'

red 186 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #BA4ACE

Tints of Medium Orchid #BA4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.88%

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

R = 39.91%
G = 15.88%
B = 44.21%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA4ACE (or 0xBA4ACE) is known color: Medium Orchid. HEX triplet: BA, 4A and CE. RGB value is (186,74,206). Sum of RGB (Red+Green+Blue) = 186+74+206=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACE is #45B531. Grayscale: #7A7A7A. Windows color (decimal): -4568370 or 13519546. OLE color: 13519546.

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

Color convert

RGB 186 74 206 -
CMYK 0.10 0.64 0 0.19
HSL 290.91º 0.57% 0.55% -
HSV(B) 290.91º 0.64% 0.81% -
XYZ 33.84 19.79 60.43 -
YUV 122.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 186 74 206 0.10 0.64 0 0.19 290.91 0.57 0.55
Hex BA 4A CE A 40 0 13 123 39 37
Octal 272 112 316 12 100 0 23 443 71 67
Binary 10111010 1001010 11001110 1010 1000000 0 10011 100100011 111001 110111

Color Harmonies of #BA4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ACE

Black with #BA4ACE

Text Example


Text Example

White with #BA4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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