Html Css Color HEX #BA73E6 Medium Orchid

📋 copy color: '#BA73E6'

red 186 ◦ green 115 ◦ blue 230

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

Shades of Medium Orchid #BA73E6

Tints of Medium Orchid #BA73E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.31%

R = 35.03%
G = 21.66%
B = 43.31%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA73E6 (or 0xBA73E6) is known color: Medium Orchid. HEX triplet: BA, 73 and E6. RGB value is (186,115,230). Sum of RGB (Red+Green+Blue) = 186+115+230=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73E6 is #458C19. Grayscale: #949494. Windows color (decimal): -4557850 or 15102906. OLE color: 15102906.

HSL color Cylindrical-coordinate representation of color #BA73E6: hue angle of 277.04º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA73E6 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 115 230 -
CMYK 0.19 0.5 0 0.10
HSL 277.04º 0.7% 0.68% -
HSV(B) 277.04º 0.5% 0.9% -
XYZ 40.66 28.41 78.2 -
YUV 149.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 186 115 230 0.19 0.5 0 0.10 277.04 0.7 0.68
Hex BA 73 E6 13 32 0 A 115 46 44
Octal 272 163 346 23 62 0 12 425 106 104
Binary 10111010 1110011 11100110 10011 110010 0 1010 100010101 1000110 1000100

Color Harmonies of #BA73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73E6

Black with #BA73E6

Text Example


Text Example

White with #BA73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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