Html Css Color HEX #BA57D1 Medium Orchid

📋 copy color: '#BA57D1'

red 186 ◦ green 87 ◦ blue 209

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

Shades of Medium Orchid #BA57D1

Tints of Medium Orchid #BA57D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 38.59%
G = 18.05%
B = 43.36%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA57D1 (or 0xBA57D1) is known color: Medium Orchid. HEX triplet: BA, 57 and D1. RGB value is (186,87,209). Sum of RGB (Red+Green+Blue) = 186+87+209=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA57D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57D1 is #45A82E. Grayscale: #828282. Windows color (decimal): -4565039 or 13719482. OLE color: 13719482.

HSL color Cylindrical-coordinate representation of color #BA57D1: hue angle of 288.69º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA57D1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 87 209 -
CMYK 0.11 0.58 0 0.18
HSL 288.69º 0.57% 0.58% -
HSV(B) 288.69º 0.58% 0.82% -
XYZ 35.17 21.86 62.69 -
YUV 130.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 186 87 209 0.11 0.58 0 0.18 288.69 0.57 0.58
Hex BA 57 D1 B 3A 0 12 121 39 3A
Octal 272 127 321 13 72 0 22 441 71 72
Binary 10111010 1010111 11010001 1011 111010 0 10010 100100001 111001 111010

Color Harmonies of #BA57D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57D1

Black with #BA57D1

Text Example


Text Example

White with #BA57D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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