Html Css Color HEX #BA57F1 Medium Orchid

📋 copy color: '#BA57F1'

red 186 ◦ green 87 ◦ blue 241

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

Shades of Medium Orchid #BA57F1

Tints of Medium Orchid #BA57F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 36.19%
G = 16.93%
B = 46.89%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA57F1 (or 0xBA57F1) is known color: Medium Orchid. HEX triplet: BA, 57 and F1. RGB value is (186,87,241). Sum of RGB (Red+Green+Blue) = 186+87+241=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA57F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F1 is #45A80E. Grayscale: #858585. Windows color (decimal): -4565007 or 15816634. OLE color: 15816634.

HSL color Cylindrical-coordinate representation of color #BA57F1: hue angle of 278.57º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA57F1 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 87 241 -
CMYK 0.23 0.64 0 0.05
HSL 278.57º 0.85% 0.64% -
HSV(B) 278.57º 0.64% 0.95% -
XYZ 39.54 23.61 85.69 -
YUV 134.16 188.3 164.98 -
System Red Green Blue C M Y K H S L
Decimal 186 87 241 0.23 0.64 0 0.05 278.57 0.85 0.64
Hex BA 57 F1 17 40 0 5 117 55 40
Octal 272 127 361 27 100 0 5 427 125 100
Binary 10111010 1010111 11110001 10111 1000000 0 101 100010111 1010101 1000000

Color Harmonies of #BA57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57F1

Black with #BA57F1

Text Example


Text Example

White with #BA57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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