Html Css Color HEX #BA49DE Medium Orchid

📋 copy color: '#BA49DE'

red 186 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #BA49DE

Tints of Medium Orchid #BA49DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 38.67%
G = 15.18%
B = 46.15%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA49DE (or 0xBA49DE) is known color: Medium Orchid. HEX triplet: BA, 49 and DE. RGB value is (186,73,222). Sum of RGB (Red+Green+Blue) = 186+73+222=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49DE is #45B621. Grayscale: #7B7B7B. Windows color (decimal): -4568610 or 14567866. OLE color: 14567866.

HSL color Cylindrical-coordinate representation of color #BA49DE: hue angle of 285.5º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA49DE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 73 222 -
CMYK 0.16 0.67 0 0.13
HSL 285.5º 0.69% 0.58% -
HSV(B) 285.5º 0.67% 0.87% -
XYZ 35.82 20.48 71.17 -
YUV 123.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 186 73 222 0.16 0.67 0 0.13 285.5 0.69 0.58
Hex BA 49 DE 10 43 0 D 11E 45 3A
Octal 272 111 336 20 103 0 15 436 105 72
Binary 10111010 1001001 11011110 10000 1000011 0 1101 100011110 1000101 111010

Color Harmonies of #BA49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49DE

Black with #BA49DE

Text Example


Text Example

White with #BA49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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