Html Css Color HEX #BA57EA Medium Orchid

📋 copy color: '#BA57EA'

red 186 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #BA57EA

Tints of Medium Orchid #BA57EA

RGB

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

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

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

R = 36.69%
G = 17.16%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA57EA (or 0xBA57EA) is known color: Medium Orchid. HEX triplet: BA, 57 and EA. RGB value is (186,87,234). Sum of RGB (Red+Green+Blue) = 186+87+234=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57EA is #45A815. Grayscale: #848484. Windows color (decimal): -4565014 or 15357882. OLE color: 15357882.

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

Color convert

RGB 186 87 234 -
CMYK 0.21 0.63 0 0.08
HSL 280.41º 0.78% 0.63% -
HSV(B) 280.41º 0.63% 0.92% -
XYZ 38.51 23.2 80.29 -
YUV 133.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 186 87 234 0.21 0.63 0 0.08 280.41 0.78 0.63
Hex BA 57 EA 15 3F 0 8 118 4E 3F
Octal 272 127 352 25 77 0 10 430 116 77
Binary 10111010 1010111 11101010 10101 111111 0 1000 100011000 1001110 111111

Color Harmonies of #BA57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57EA

Black with #BA57EA

Text Example


Text Example

White with #BA57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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