Html Css Color HEX #BA73DD Medium Orchid

📋 copy color: '#BA73DD'

red 186 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #BA73DD

Tints of Medium Orchid #BA73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.03%

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

R = 35.63%
G = 22.03%
B = 42.34%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA73DD (or 0xBA73DD) is known color: Medium Orchid. HEX triplet: BA, 73 and DD. RGB value is (186,115,221). Sum of RGB (Red+Green+Blue) = 186+115+221=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73DD is #458C22. Grayscale: #939393. Windows color (decimal): -4557859 or 14513082. OLE color: 14513082.

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

Color convert

RGB 186 115 221 -
CMYK 0.16 0.48 0 0.13
HSL 280.19º 0.61% 0.66% -
HSV(B) 280.19º 0.48% 0.87% -
XYZ 39.43 27.92 71.72 -
YUV 148.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 186 115 221 0.16 0.48 0 0.13 280.19 0.61 0.66
Hex BA 73 DD 10 30 0 D 118 3D 42
Octal 272 163 335 20 60 0 15 430 75 102
Binary 10111010 1110011 11011101 10000 110000 0 1101 100011000 111101 1000010

Color Harmonies of #BA73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73DD

Black with #BA73DD

Text Example


Text Example

White with #BA73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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