Html Css Color HEX #BA49CC Medium Orchid

📋 copy color: '#BA49CC'

red 186 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #BA49CC

Tints of Medium Orchid #BA49CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 40.17%
G = 15.77%
B = 44.06%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA49CC (or 0xBA49CC) is known color: Medium Orchid. HEX triplet: BA, 49 and CC. RGB value is (186,73,204). Sum of RGB (Red+Green+Blue) = 186+73+204=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CC is #45B633. Grayscale: #797979. Windows color (decimal): -4568628 or 13388218. OLE color: 13388218.

HSL color Cylindrical-coordinate representation of color #BA49CC: hue angle of 291.76º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA49CC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 73 204 -
CMYK 0.09 0.64 0 0.2
HSL 291.76º 0.56% 0.54% -
HSV(B) 291.76º 0.64% 0.8% -
XYZ 33.53 19.56 59.14 -
YUV 121.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 186 73 204 0.09 0.64 0 0.2 291.76 0.56 0.54
Hex BA 49 CC 9 40 0 14 124 38 36
Octal 272 111 314 11 100 0 24 444 70 66
Binary 10111010 1001001 11001100 1001 1000000 0 10100 100100100 111000 110110

Color Harmonies of #BA49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49CC

Black with #BA49CC

Text Example


Text Example

White with #BA49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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