Html Css Color HEX #BA73C5 Medium Orchid

📋 copy color: '#BA73C5'

red 186 ◦ green 115 ◦ blue 197

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

Shades of Medium Orchid #BA73C5

Tints of Medium Orchid #BA73C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.56%

R = 37.35%
G = 23.09%
B = 39.56%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA73C5 (or 0xBA73C5) is known color: Medium Orchid. HEX triplet: BA, 73 and C5. RGB value is (186,115,197). Sum of RGB (Red+Green+Blue) = 186+115+197=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73C5 is #458C3A. Grayscale: #919191. Windows color (decimal): -4557883 or 12940218. OLE color: 12940218.

HSL color Cylindrical-coordinate representation of color #BA73C5: hue angle of 291.95º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA73C5 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 115 197 -
CMYK 0.06 0.42 0 0.23
HSL 291.95º 0.41% 0.61% -
HSV(B) 291.95º 0.42% 0.77% -
XYZ 36.46 26.73 56.06 -
YUV 145.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 186 115 197 0.06 0.42 0 0.23 291.95 0.41 0.61
Hex BA 73 C5 6 2A 0 17 124 29 3D
Octal 272 163 305 6 52 0 27 444 51 75
Binary 10111010 1110011 11000101 110 101010 0 10111 100100100 101001 111101

Color Harmonies of #BA73C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73C5

Black with #BA73C5

Text Example


Text Example

White with #BA73C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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