Html Css Color HEX #BA6ACE Medium Orchid

📋 copy color: '#BA6ACE'

red 186 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #BA6ACE

Tints of Medium Orchid #BA6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

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

R = 37.35%
G = 21.29%
B = 41.37%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA6ACE (or 0xBA6ACE) is known color: Medium Orchid. HEX triplet: BA, 6A and CE. RGB value is (186,106,206). Sum of RGB (Red+Green+Blue) = 186+106+206=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ACE is #459531. Grayscale: #8D8D8D. Windows color (decimal): -4560178 or 13527738. OLE color: 13527738.

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

Color convert

RGB 186 106 206 -
CMYK 0.10 0.49 0 0.19
HSL 288º 0.51% 0.61% -
HSV(B) 288º 0.49% 0.81% -
XYZ 36.54 25.2 61.33 -
YUV 141.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 186 106 206 0.10 0.49 0 0.19 288 0.51 0.61
Hex BA 6A CE A 31 0 13 120 33 3D
Octal 272 152 316 12 61 0 23 440 63 75
Binary 10111010 1101010 11001110 1010 110001 0 10011 100100000 110011 111101

Color Harmonies of #BA6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ACE

Black with #BA6ACE

Text Example


Text Example

White with #BA6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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