Html Css Color HEX #BA5ED1 Medium Orchid

📋 copy color: '#BA5ED1'

red 186 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #BA5ED1

Tints of Medium Orchid #BA5ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

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

R = 38.04%
G = 19.22%
B = 42.74%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA5ED1 (or 0xBA5ED1) is known color: Medium Orchid. HEX triplet: BA, 5E and D1. RGB value is (186,94,209). Sum of RGB (Red+Green+Blue) = 186+94+209=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ED1 is #45A12E. Grayscale: #868686. Windows color (decimal): -4563247 or 13721274. OLE color: 13721274.

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

Color convert

RGB 186 94 209 -
CMYK 0.11 0.55 0 0.18
HSL 288º 0.56% 0.59% -
HSV(B) 288º 0.55% 0.82% -
XYZ 35.76 23.05 62.89 -
YUV 134.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 186 94 209 0.11 0.55 0 0.18 288 0.56 0.59
Hex BA 5E D1 B 37 0 12 120 38 3B
Octal 272 136 321 13 67 0 22 440 70 73
Binary 10111010 1011110 11010001 1011 110111 0 10010 100100000 111000 111011

Color Harmonies of #BA5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ED1

Black with #BA5ED1

Text Example


Text Example

White with #BA5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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