Html Css Color HEX #BA57CA Medium Orchid

📋 copy color: '#BA57CA'

red 186 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #BA57CA

Tints of Medium Orchid #BA57CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 39.16%
G = 18.32%
B = 42.53%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA57CA (or 0xBA57CA) is known color: Medium Orchid. HEX triplet: BA, 57 and CA. RGB value is (186,87,202). Sum of RGB (Red+Green+Blue) = 186+87+202=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57CA is #45A835. Grayscale: #818181. Windows color (decimal): -4565046 or 13260730. OLE color: 13260730.

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

Color convert

RGB 186 87 202 -
CMYK 0.08 0.57 0 0.21
HSL 291.65º 0.52% 0.57% -
HSV(B) 291.65º 0.57% 0.79% -
XYZ 34.32 21.52 58.22 -
YUV 129.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 186 87 202 0.08 0.57 0 0.21 291.65 0.52 0.57
Hex BA 57 CA 8 39 0 15 124 34 39
Octal 272 127 312 10 71 0 25 444 64 71
Binary 10111010 1010111 11001010 1000 111001 0 10101 100100100 110100 111001

Color Harmonies of #BA57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57CA

Black with #BA57CA

Text Example


Text Example

White with #BA57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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