Html Css Color HEX #BA73EB Medium Orchid

📋 copy color: '#BA73EB'

red 186 ◦ green 115 ◦ blue 235

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

Shades of Medium Orchid #BA73EB

Tints of Medium Orchid #BA73EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 34.7%
G = 21.46%
B = 43.84%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA73EB (or 0xBA73EB) is known color: Medium Orchid. HEX triplet: BA, 73 and EB. RGB value is (186,115,235). Sum of RGB (Red+Green+Blue) = 186+115+235=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73EB is #458C14. Grayscale: #959595. Windows color (decimal): -4557845 or 15430586. OLE color: 15430586.

HSL color Cylindrical-coordinate representation of color #BA73EB: hue angle of 275.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA73EB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 115 235 -
CMYK 0.21 0.51 0 0.08
HSL 275.5º 0.75% 0.69% -
HSV(B) 275.5º 0.51% 0.92% -
XYZ 41.38 28.7 81.96 -
YUV 149.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 186 115 235 0.21 0.51 0 0.08 275.5 0.75 0.69
Hex BA 73 EB 15 33 0 8 114 4B 45
Octal 272 163 353 25 63 0 10 424 113 105
Binary 10111010 1110011 11101011 10101 110011 0 1000 100010100 1001011 1000101

Color Harmonies of #BA73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73EB

Black with #BA73EB

Text Example


Text Example

White with #BA73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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