Html Css Color HEX #BA6ED1 Medium Orchid

📋 copy color: '#BA6ED1'

red 186 ◦ green 110 ◦ blue 209

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

Shades of Medium Orchid #BA6ED1

Tints of Medium Orchid #BA6ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

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

R = 36.83%
G = 21.78%
B = 41.39%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA6ED1 (or 0xBA6ED1) is known color: Medium Orchid. HEX triplet: BA, 6E and D1. RGB value is (186,110,209). Sum of RGB (Red+Green+Blue) = 186+110+209=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED1 is #45912E. Grayscale: #8F8F8F. Windows color (decimal): -4559151 or 13725370. OLE color: 13725370.

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

Color convert

RGB 186 110 209 -
CMYK 0.11 0.47 0 0.18
HSL 286.06º 0.52% 0.63% -
HSV(B) 286.06º 0.47% 0.82% -
XYZ 37.33 26.19 63.41 -
YUV 144.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 186 110 209 0.11 0.47 0 0.18 286.06 0.52 0.63
Hex BA 6E D1 B 2F 0 12 11E 34 3F
Octal 272 156 321 13 57 0 22 436 64 77
Binary 10111010 1101110 11010001 1011 101111 0 10010 100011110 110100 111111

Color Harmonies of #BA6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ED1

Black with #BA6ED1

Text Example


Text Example

White with #BA6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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