Html Css Color HEX #BA49E6 Medium Orchid

📋 copy color: '#BA49E6'

red 186 ◦ green 73 ◦ blue 230

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

Shades of Medium Orchid #BA49E6

Tints of Medium Orchid #BA49E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 38.04%
G = 14.93%
B = 47.03%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA49E6 (or 0xBA49E6) is known color: Medium Orchid. HEX triplet: BA, 49 and E6. RGB value is (186,73,230). Sum of RGB (Red+Green+Blue) = 186+73+230=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49E6 is #45B619. Grayscale: #7C7C7C. Windows color (decimal): -4568602 or 15092154. OLE color: 15092154.

HSL color Cylindrical-coordinate representation of color #BA49E6: hue angle of 283.18º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA49E6 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 73 230 -
CMYK 0.19 0.68 0 0.10
HSL 283.18º 0.76% 0.59% -
HSV(B) 283.18º 0.68% 0.9% -
XYZ 36.92 20.92 76.95 -
YUV 124.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 186 73 230 0.19 0.68 0 0.10 283.18 0.76 0.59
Hex BA 49 E6 13 44 0 A 11B 4C 3B
Octal 272 111 346 23 104 0 12 433 114 73
Binary 10111010 1001001 11100110 10011 1000100 0 1010 100011011 1001100 111011

Color Harmonies of #BA49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49E6

Black with #BA49E6

Text Example


Text Example

White with #BA49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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