Html Css Color HEX #BA57EB Medium Orchid

📋 copy color: '#BA57EB'

red 186 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #BA57EB

Tints of Medium Orchid #BA57EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 36.61%
G = 17.13%
B = 46.26%

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

#BA57EB (or 0xBA57EB) is known color: Medium Orchid. HEX triplet: BA, 57 and EB. RGB value is (186,87,235). Sum of RGB (Red+Green+Blue) = 186+87+235=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA57EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57EB is #45A814. Grayscale: #848484. Windows color (decimal): -4565013 or 15423418. OLE color: 15423418.

HSL color Cylindrical-coordinate representation of color #BA57EB: hue angle of 280.14º degrees, saturation: 0.79, 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 #BA57EB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 87 235 -
CMYK 0.21 0.63 0 0.08
HSL 280.14º 0.79% 0.63% -
HSV(B) 280.14º 0.63% 0.92% -
XYZ 38.65 23.25 81.05 -
YUV 133.47 185.3 165.47 -
System Red Green Blue C M Y K H S L
Decimal 186 87 235 0.21 0.63 0 0.08 280.14 0.79 0.63
Hex BA 57 EB 15 3F 0 8 118 4F 3F
Octal 272 127 353 25 77 0 10 430 117 77
Binary 10111010 1010111 11101011 10101 111111 0 1000 100011000 1001111 111111

Color Harmonies of #BA57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57EB

Black with #BA57EB

Text Example


Text Example

White with #BA57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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