Html Css Color HEX #BA49CF Medium Orchid

📋 copy color: '#BA49CF'

red 186 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #BA49CF

Tints of Medium Orchid #BA49CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 39.91%
G = 15.67%
B = 44.42%

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

#BA49CF (or 0xBA49CF) is known color: Medium Orchid. HEX triplet: BA, 49 and CF. RGB value is (186,73,207). Sum of RGB (Red+Green+Blue) = 186+73+207=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CF is #45B630. Grayscale: #797979. Windows color (decimal): -4568625 or 13584826. OLE color: 13584826.

HSL color Cylindrical-coordinate representation of color #BA49CF: hue angle of 290.6º 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 #BA49CF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 73 207 -
CMYK 0.10 0.65 0 0.19
HSL 290.6º 0.58% 0.55% -
HSV(B) 290.6º 0.65% 0.81% -
XYZ 33.89 19.71 61.05 -
YUV 122.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 186 73 207 0.10 0.65 0 0.19 290.6 0.58 0.55
Hex BA 49 CF A 41 0 13 123 3A 37
Octal 272 111 317 12 101 0 23 443 72 67
Binary 10111010 1001001 11001111 1010 1000001 0 10011 100100011 111010 110111

Color Harmonies of #BA49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49CF

Black with #BA49CF

Text Example


Text Example

White with #BA49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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