Html Css Color HEX #BA49CE Medium Orchid

📋 copy color: '#BA49CE'

red 186 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #BA49CE

Tints of Medium Orchid #BA49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.7%

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

R = 40%
G = 15.7%
B = 44.3%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA49CE (or 0xBA49CE) is known color: Medium Orchid. HEX triplet: BA, 49 and CE. RGB value is (186,73,206). Sum of RGB (Red+Green+Blue) = 186+73+206=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CE is #45B631. Grayscale: #797979. Windows color (decimal): -4568626 or 13519290. OLE color: 13519290.

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

Color convert

RGB 186 73 206 -
CMYK 0.10 0.65 0 0.19
HSL 290.98º 0.58% 0.55% -
HSV(B) 290.98º 0.65% 0.81% -
XYZ 33.77 19.66 60.41 -
YUV 121.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 186 73 206 0.10 0.65 0 0.19 290.98 0.58 0.55
Hex BA 49 CE A 41 0 13 123 3A 37
Octal 272 111 316 12 101 0 23 443 72 67
Binary 10111010 1001001 11001110 1010 1000001 0 10011 100100011 111010 110111

Color Harmonies of #BA49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49CE

Black with #BA49CE

Text Example


Text Example

White with #BA49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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