Html Css Color HEX #BA54E1 Medium Orchid

📋 copy color: '#BA54E1'

red 186 ◦ green 84 ◦ blue 225

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

Shades of Medium Orchid #BA54E1

Tints of Medium Orchid #BA54E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 37.58%
G = 16.97%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA54E1 (or 0xBA54E1) is known color: Medium Orchid. HEX triplet: BA, 54 and E1. RGB value is (186,84,225). Sum of RGB (Red+Green+Blue) = 186+84+225=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54E1 is #45AB1E. Grayscale: #828282. Windows color (decimal): -4565791 or 14767290. OLE color: 14767290.

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

Color convert

RGB 186 84 225 -
CMYK 0.17 0.63 0 0.12
HSL 283.4º 0.7% 0.61% -
HSV(B) 283.4º 0.63% 0.88% -
XYZ 37.01 22.22 73.57 -
YUV 130.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 186 84 225 0.17 0.63 0 0.12 283.4 0.7 0.61
Hex BA 54 E1 11 3F 0 C 11B 46 3D
Octal 272 124 341 21 77 0 14 433 106 75
Binary 10111010 1010100 11100001 10001 111111 0 1100 100011011 1000110 111101

Color Harmonies of #BA54E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54E1

Black with #BA54E1

Text Example


Text Example

White with #BA54E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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