Html Css Color HEX #BA57EC Medium Orchid

📋 copy color: '#BA57EC'

red 186 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #BA57EC

Tints of Medium Orchid #BA57EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.09%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 36.54%
G = 17.09%
B = 46.37%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA57EC (or 0xBA57EC) is known color: Medium Orchid. HEX triplet: BA, 57 and EC. RGB value is (186,87,236). Sum of RGB (Red+Green+Blue) = 186+87+236=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57EC is #45A813. Grayscale: #858585. Windows color (decimal): -4565012 or 15488954. OLE color: 15488954.

HSL color Cylindrical-coordinate representation of color #BA57EC: hue angle of 279.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA57EC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 87 236 -
CMYK 0.21 0.63 0 0.07
HSL 279.87º 0.8% 0.63% -
HSV(B) 279.87º 0.63% 0.93% -
XYZ 38.8 23.31 81.81 -
YUV 133.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 186 87 236 0.21 0.63 0 0.07 279.87 0.8 0.63
Hex BA 57 EC 15 3F 0 7 118 50 3F
Octal 272 127 354 25 77 0 7 430 120 77
Binary 10111010 1010111 11101100 10101 111111 0 111 100011000 1010000 111111

Color Harmonies of #BA57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57EC

Black with #BA57EC

Text Example


Text Example

White with #BA57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57EC; }

 p { color: rgb(186,87,236); }

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

background-color css

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

 a { background-color: rgb(186,87,236); }

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

border-color css

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

 span { border-color: rgb(186,87,236); }

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