Html Css Color HEX #BA54EA Medium Orchid

📋 copy color: '#BA54EA'

red 186 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #BA54EA

Tints of Medium Orchid #BA54EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 36.9%
G = 16.67%
B = 46.43%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA54EA (or 0xBA54EA) is known color: Medium Orchid. HEX triplet: BA, 54 and EA. RGB value is (186,84,234). Sum of RGB (Red+Green+Blue) = 186+84+234=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54EA is #45AB15. Grayscale: #838383. Windows color (decimal): -4565782 or 15357114. OLE color: 15357114.

HSL color Cylindrical-coordinate representation of color #BA54EA: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA54EA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 84 234 -
CMYK 0.21 0.64 0 0.08
HSL 280.8º 0.78% 0.62% -
HSV(B) 280.8º 0.64% 0.92% -
XYZ 38.27 22.72 80.21 -
YUV 131.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 186 84 234 0.21 0.64 0 0.08 280.8 0.78 0.62
Hex BA 54 EA 15 40 0 8 119 4E 3E
Octal 272 124 352 25 100 0 10 431 116 76
Binary 10111010 1010100 11101010 10101 1000000 0 1000 100011001 1001110 111110

Color Harmonies of #BA54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54EA

Black with #BA54EA

Text Example


Text Example

White with #BA54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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