Html Css Color HEX #BA54EF Medium Orchid

📋 copy color: '#BA54EF'

red 186 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #BA54EF

Tints of Medium Orchid #BA54EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.5%

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

R = 36.54%
G = 16.5%
B = 46.95%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA54EF (or 0xBA54EF) is known color: Medium Orchid. HEX triplet: BA, 54 and EF. RGB value is (186,84,239). Sum of RGB (Red+Green+Blue) = 186+84+239=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54EF is #45AB10. Grayscale: #838383. Windows color (decimal): -4565777 or 15684794. OLE color: 15684794.

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

Color convert

RGB 186 84 239 -
CMYK 0.22 0.65 0 0.06
HSL 279.48º 0.83% 0.63% -
HSV(B) 279.48º 0.65% 0.94% -
XYZ 39 23.01 84.05 -
YUV 132.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 186 84 239 0.22 0.65 0 0.06 279.48 0.83 0.63
Hex BA 54 EF 16 41 0 6 117 53 3F
Octal 272 124 357 26 101 0 6 427 123 77
Binary 10111010 1010100 11101111 10110 1000001 0 110 100010111 1010011 111111

Color Harmonies of #BA54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54EF

Black with #BA54EF

Text Example


Text Example

White with #BA54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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