Html Css Color HEX #BA57EF Medium Orchid

📋 copy color: '#BA57EF'

red 186 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #BA57EF

Tints of Medium Orchid #BA57EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 36.33%
G = 16.99%
B = 46.68%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA57EF (or 0xBA57EF) is known color: Medium Orchid. HEX triplet: BA, 57 and EF. RGB value is (186,87,239). Sum of RGB (Red+Green+Blue) = 186+87+239=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57EF is #45A810. Grayscale: #858585. Windows color (decimal): -4565009 or 15685562. OLE color: 15685562.

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

Color convert

RGB 186 87 239 -
CMYK 0.22 0.64 0 0.06
HSL 279.08º 0.83% 0.64% -
HSV(B) 279.08º 0.64% 0.94% -
XYZ 39.24 23.49 84.13 -
YUV 133.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 186 87 239 0.22 0.64 0 0.06 279.08 0.83 0.64
Hex BA 57 EF 16 40 0 6 117 53 40
Octal 272 127 357 26 100 0 6 427 123 100
Binary 10111010 1010111 11101111 10110 1000000 0 110 100010111 1010011 1000000

Color Harmonies of #BA57EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57EF

Black with #BA57EF

Text Example


Text Example

White with #BA57EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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