Html Css Color HEX #BA73D9 Medium Orchid

📋 copy color: '#BA73D9'

red 186 ◦ green 115 ◦ blue 217

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

Shades of Medium Orchid #BA73D9

Tints of Medium Orchid #BA73D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 35.91%
G = 22.2%
B = 41.89%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA73D9 (or 0xBA73D9) is known color: Medium Orchid. HEX triplet: BA, 73 and D9. RGB value is (186,115,217). Sum of RGB (Red+Green+Blue) = 186+115+217=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73D9 is #458C26. Grayscale: #939393. Windows color (decimal): -4557863 or 14250938. OLE color: 14250938.

HSL color Cylindrical-coordinate representation of color #BA73D9: hue angle of 281.76º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA73D9 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 115 217 -
CMYK 0.14 0.47 0 0.15
HSL 281.76º 0.57% 0.65% -
HSV(B) 281.76º 0.47% 0.85% -
XYZ 38.9 27.71 68.94 -
YUV 147.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 186 115 217 0.14 0.47 0 0.15 281.76 0.57 0.65
Hex BA 73 D9 E 2F 0 F 11A 39 41
Octal 272 163 331 16 57 0 17 432 71 101
Binary 10111010 1110011 11011001 1110 101111 0 1111 100011010 111001 1000001

Color Harmonies of #BA73D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73D9

Black with #BA73D9

Text Example


Text Example

White with #BA73D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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