Html Css Color HEX #BA54E0 Medium Orchid

📋 copy color: '#BA54E0'

red 186 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #BA54E0

Tints of Medium Orchid #BA54E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 37.65%
G = 17%
B = 45.34%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA54E0 (or 0xBA54E0) is known color: Medium Orchid. HEX triplet: BA, 54 and E0. RGB value is (186,84,224). Sum of RGB (Red+Green+Blue) = 186+84+224=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA54E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54E0 is #45AB1F. Grayscale: #828282. Windows color (decimal): -4565792 or 14701754. OLE color: 14701754.

HSL color Cylindrical-coordinate representation of color #BA54E0: hue angle of 283.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA54E0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 84 224 -
CMYK 0.17 0.62 0 0.12
HSL 283.71º 0.69% 0.6% -
HSV(B) 283.71º 0.63% 0.88% -
XYZ 36.87 22.16 72.86 -
YUV 130.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 186 84 224 0.17 0.62 0 0.12 283.71 0.69 0.6
Hex BA 54 E0 11 3E 0 C 11C 45 3C
Octal 272 124 340 21 76 0 14 434 105 74
Binary 10111010 1010100 11100000 10001 111110 0 1100 100011100 1000101 111100

Color Harmonies of #BA54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54E0

Black with #BA54E0

Text Example


Text Example

White with #BA54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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