Html Css Color HEX #BA49CA Medium Orchid

📋 copy color: '#BA49CA'

red 186 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #BA49CA

Tints of Medium Orchid #BA49CA

RGB

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

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

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

R = 40.35%
G = 15.84%
B = 43.82%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA49CA (or 0xBA49CA) is known color: Medium Orchid. HEX triplet: BA, 49 and CA. RGB value is (186,73,202). Sum of RGB (Red+Green+Blue) = 186+73+202=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CA is #45B635. Grayscale: #797979. Windows color (decimal): -4568630 or 13257146. OLE color: 13257146.

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

Color convert

RGB 186 73 202 -
CMYK 0.08 0.64 0 0.21
HSL 292.56º 0.55% 0.54% -
HSV(B) 292.56º 0.64% 0.79% -
XYZ 33.29 19.47 57.88 -
YUV 121.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 186 73 202 0.08 0.64 0 0.21 292.56 0.55 0.54
Hex BA 49 CA 8 40 0 15 125 37 36
Octal 272 111 312 10 100 0 25 445 67 66
Binary 10111010 1001001 11001010 1000 1000000 0 10101 100100101 110111 110110

Color Harmonies of #BA49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49CA

Black with #BA49CA

Text Example


Text Example

White with #BA49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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