Html Css Color HEX #BA3ED1 Medium Orchid

📋 copy color: '#BA3ED1'

red 186 ◦ green 62 ◦ blue 209

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

Shades of Medium Orchid #BA3ED1

Tints of Medium Orchid #BA3ED1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.57%

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

R = 40.7%
G = 13.57%
B = 45.73%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA3ED1 (or 0xBA3ED1) is known color: Medium Orchid. HEX triplet: BA, 3E and D1. RGB value is (186,62,209). Sum of RGB (Red+Green+Blue) = 186+62+209=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA3ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ED1 is #45C12E. Grayscale: #737373. Windows color (decimal): -4571439 or 13713082. OLE color: 13713082.

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

Color convert

RGB 186 62 209 -
CMYK 0.11 0.70 0 0.18
HSL 290.61º 0.62% 0.53% -
HSV(B) 290.61º 0.7% 0.82% -
XYZ 33.48 18.49 62.13 -
YUV 115.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 186 62 209 0.11 0.70 0 0.18 290.61 0.62 0.53
Hex BA 3E D1 B 46 0 12 123 3E 35
Octal 272 76 321 13 106 0 22 443 76 65
Binary 10111010 111110 11010001 1011 1000110 0 10010 100100011 111110 110101

Color Harmonies of #BA3ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ED1

Black with #BA3ED1

Text Example


Text Example

White with #BA3ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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