Html Css Color HEX #BA73CA Medium Orchid

📋 copy color: '#BA73CA'

red 186 ◦ green 115 ◦ blue 202

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

Shades of Medium Orchid #BA73CA

Tints of Medium Orchid #BA73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 36.98%
G = 22.86%
B = 40.16%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA73CA (or 0xBA73CA) is known color: Medium Orchid. HEX triplet: BA, 73 and CA. RGB value is (186,115,202). Sum of RGB (Red+Green+Blue) = 186+115+202=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73CA is #458C35. Grayscale: #919191. Windows color (decimal): -4557878 or 13267898. OLE color: 13267898.

HSL color Cylindrical-coordinate representation of color #BA73CA: hue angle of 288.97º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA73CA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 115 202 -
CMYK 0.08 0.43 0 0.21
HSL 288.97º 0.45% 0.62% -
HSV(B) 288.97º 0.43% 0.79% -
XYZ 37.04 26.96 59.13 -
YUV 146.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 186 115 202 0.08 0.43 0 0.21 288.97 0.45 0.62
Hex BA 73 CA 8 2B 0 15 121 2D 3E
Octal 272 163 312 10 53 0 25 441 55 76
Binary 10111010 1110011 11001010 1000 101011 0 10101 100100001 101101 111110

Color Harmonies of #BA73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73CA

Black with #BA73CA

Text Example


Text Example

White with #BA73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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