Html Css Color HEX #BA49DF Medium Orchid

📋 copy color: '#BA49DF'

red 186 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #BA49DF

Tints of Medium Orchid #BA49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 38.59%
G = 15.15%
B = 46.27%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA49DF (or 0xBA49DF) is known color: Medium Orchid. HEX triplet: BA, 49 and DF. RGB value is (186,73,223). Sum of RGB (Red+Green+Blue) = 186+73+223=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49DF is #45B620. Grayscale: #7B7B7B. Windows color (decimal): -4568609 or 14633402. OLE color: 14633402.

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

Color convert

RGB 186 73 223 -
CMYK 0.17 0.67 0 0.13
HSL 285.2º 0.7% 0.58% -
HSV(B) 285.2º 0.67% 0.87% -
XYZ 35.95 20.53 71.88 -
YUV 123.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 186 73 223 0.17 0.67 0 0.13 285.2 0.7 0.58
Hex BA 49 DF 11 43 0 D 11D 46 3A
Octal 272 111 337 21 103 0 15 435 106 72
Binary 10111010 1001001 11011111 10001 1000011 0 1101 100011101 1000110 111010

Color Harmonies of #BA49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49DF

Black with #BA49DF

Text Example


Text Example

White with #BA49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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