Html Css Color HEX #BA73C6 Medium Orchid

📋 copy color: '#BA73C6'

red 186 ◦ green 115 ◦ blue 198

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

Shades of Medium Orchid #BA73C6

Tints of Medium Orchid #BA73C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 37.27%
G = 23.05%
B = 39.68%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA73C6 (or 0xBA73C6) is known color: Medium Orchid. HEX triplet: BA, 73 and C6. RGB value is (186,115,198). Sum of RGB (Red+Green+Blue) = 186+115+198=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73C6 is #458C39. Grayscale: #919191. Windows color (decimal): -4557882 or 13005754. OLE color: 13005754.

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

Color convert

RGB 186 115 198 -
CMYK 0.06 0.42 0 0.22
HSL 291.33º 0.42% 0.61% -
HSV(B) 291.33º 0.42% 0.78% -
XYZ 36.57 26.78 56.67 -
YUV 145.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 186 115 198 0.06 0.42 0 0.22 291.33 0.42 0.61
Hex BA 73 C6 6 2A 0 16 123 2A 3D
Octal 272 163 306 6 52 0 26 443 52 75
Binary 10111010 1110011 11000110 110 101010 0 10110 100100011 101010 111101

Color Harmonies of #BA73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73C6

Black with #BA73C6

Text Example


Text Example

White with #BA73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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