Html Css Color HEX #BA49DD Medium Orchid

📋 copy color: '#BA49DD'

red 186 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #BA49DD

Tints of Medium Orchid #BA49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 38.75%
G = 15.21%
B = 46.04%

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

#BA49DD (or 0xBA49DD) is known color: Medium Orchid. HEX triplet: BA, 49 and DD. RGB value is (186,73,221). Sum of RGB (Red+Green+Blue) = 186+73+221=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49DD is #45B622. Grayscale: #7B7B7B. Windows color (decimal): -4568611 or 14502330. OLE color: 14502330.

HSL color Cylindrical-coordinate representation of color #BA49DD: hue angle of 285.81º 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 #BA49DD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 73 221 -
CMYK 0.16 0.67 0 0.13
HSL 285.81º 0.69% 0.58% -
HSV(B) 285.81º 0.67% 0.87% -
XYZ 35.68 20.42 70.47 -
YUV 123.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 186 73 221 0.16 0.67 0 0.13 285.81 0.69 0.58
Hex BA 49 DD 10 43 0 D 11E 45 3A
Octal 272 111 335 20 103 0 15 436 105 72
Binary 10111010 1001001 11011101 10000 1000011 0 1101 100011110 1000101 111010

Color Harmonies of #BA49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49DD

Black with #BA49DD

Text Example


Text Example

White with #BA49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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