Html Css Color HEX #BA49C9 Medium Orchid

📋 copy color: '#BA49C9'

red 186 ◦ green 73 ◦ blue 201

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

Shades of Medium Orchid #BA49C9

Tints of Medium Orchid #BA49C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 40.43%
G = 15.87%
B = 43.7%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA49C9 (or 0xBA49C9) is known color: Medium Orchid. HEX triplet: BA, 49 and C9. RGB value is (186,73,201). Sum of RGB (Red+Green+Blue) = 186+73+201=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA49C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49C9 is #45B636. Grayscale: #787878. Windows color (decimal): -4568631 or 13191610. OLE color: 13191610.

HSL color Cylindrical-coordinate representation of color #BA49C9: hue angle of 292.97º degrees, saturation: 0.54, 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 #BA49C9 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 73 201 -
CMYK 0.07 0.64 0 0.21
HSL 292.97º 0.54% 0.54% -
HSV(B) 292.97º 0.64% 0.79% -
XYZ 33.17 19.42 57.26 -
YUV 121.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 186 73 201 0.07 0.64 0 0.21 292.97 0.54 0.54
Hex BA 49 C9 7 40 0 15 125 36 36
Octal 272 111 311 7 100 0 25 445 66 66
Binary 10111010 1001001 11001001 111 1000000 0 10101 100100101 110110 110110

Color Harmonies of #BA49C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49C9

Black with #BA49C9

Text Example


Text Example

White with #BA49C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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