Html Css Color HEX #BA73D0 Medium Orchid

📋 copy color: '#BA73D0'

red 186 ◦ green 115 ◦ blue 208

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

Shades of Medium Orchid #BA73D0

Tints of Medium Orchid #BA73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.86%

R = 36.54%
G = 22.59%
B = 40.86%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA73D0 (or 0xBA73D0) is known color: Medium Orchid. HEX triplet: BA, 73 and D0. RGB value is (186,115,208). Sum of RGB (Red+Green+Blue) = 186+115+208=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73D0 is #458C2F. Grayscale: #929292. Windows color (decimal): -4557872 or 13661114. OLE color: 13661114.

HSL color Cylindrical-coordinate representation of color #BA73D0: hue angle of 285.81º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA73D0 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 115 208 -
CMYK 0.11 0.45 0 0.18
HSL 285.81º 0.5% 0.63% -
HSV(B) 285.81º 0.45% 0.82% -
XYZ 37.77 27.25 62.94 -
YUV 146.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 186 115 208 0.11 0.45 0 0.18 285.81 0.5 0.63
Hex BA 73 D0 B 2D 0 12 11E 32 3F
Octal 272 163 320 13 55 0 22 436 62 77
Binary 10111010 1110011 11010000 1011 101101 0 10010 100011110 110010 111111

Color Harmonies of #BA73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73D0

Black with #BA73D0

Text Example


Text Example

White with #BA73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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