Html Css Color HEX #BA73CF Medium Orchid

📋 copy color: '#BA73CF'

red 186 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #BA73CF

Tints of Medium Orchid #BA73CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 36.61%
G = 22.64%
B = 40.75%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA73CF (or 0xBA73CF) is known color: Medium Orchid. HEX triplet: BA, 73 and CF. RGB value is (186,115,207). Sum of RGB (Red+Green+Blue) = 186+115+207=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73CF is #458C30. Grayscale: #929292. Windows color (decimal): -4557873 or 13595578. OLE color: 13595578.

HSL color Cylindrical-coordinate representation of color #BA73CF: hue angle of 286.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA73CF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 115 207 -
CMYK 0.10 0.44 0 0.19
HSL 286.3º 0.49% 0.63% -
HSV(B) 286.3º 0.44% 0.81% -
XYZ 37.64 27.21 62.3 -
YUV 146.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 186 115 207 0.10 0.44 0 0.19 286.3 0.49 0.63
Hex BA 73 CF A 2C 0 13 11E 31 3F
Octal 272 163 317 12 54 0 23 436 61 77
Binary 10111010 1110011 11001111 1010 101100 0 10011 100011110 110001 111111

Color Harmonies of #BA73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73CF

Black with #BA73CF

Text Example


Text Example

White with #BA73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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