Html Css Color HEX #BA73CD Medium Orchid

📋 copy color: '#BA73CD'

red 186 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #BA73CD

Tints of Medium Orchid #BA73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 36.76%
G = 22.73%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA73CD (or 0xBA73CD) is known color: Medium Orchid. HEX triplet: BA, 73 and CD. RGB value is (186,115,205). Sum of RGB (Red+Green+Blue) = 186+115+205=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73CD is #458C32. Grayscale: #929292. Windows color (decimal): -4557875 or 13464506. OLE color: 13464506.

HSL color Cylindrical-coordinate representation of color #BA73CD: hue angle of 287.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA73CD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 115 205 -
CMYK 0.09 0.44 0 0.20
HSL 287.33º 0.47% 0.63% -
HSV(B) 287.33º 0.44% 0.8% -
XYZ 37.4 27.11 61.02 -
YUV 146.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 186 115 205 0.09 0.44 0 0.20 287.33 0.47 0.63
Hex BA 73 CD 9 2C 0 14 11F 2F 3F
Octal 272 163 315 11 54 0 24 437 57 77
Binary 10111010 1110011 11001101 1001 101100 0 10100 100011111 101111 111111

Color Harmonies of #BA73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73CD

Black with #BA73CD

Text Example


Text Example

White with #BA73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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