Html Css Color HEX #BA6DD7 Medium Orchid

📋 copy color: '#BA6DD7'

red 186 ◦ green 109 ◦ blue 215

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

Shades of Medium Orchid #BA6DD7

Tints of Medium Orchid #BA6DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.37%

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 36.47%
G = 21.37%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6DD7 (or 0xBA6DD7) is known color: Medium Orchid. HEX triplet: BA, 6D and D7. RGB value is (186,109,215). Sum of RGB (Red+Green+Blue) = 186+109+215=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DD7 is #459228. Grayscale: #8F8F8F. Windows color (decimal): -4559401 or 14118330. OLE color: 14118330.

HSL color Cylindrical-coordinate representation of color #BA6DD7: hue angle of 283.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6DD7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 109 215 -
CMYK 0.13 0.49 0 0.16
HSL 283.58º 0.57% 0.64% -
HSV(B) 283.58º 0.49% 0.84% -
XYZ 37.98 26.28 67.36 -
YUV 144.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 186 109 215 0.13 0.49 0 0.16 283.58 0.57 0.64
Hex BA 6D D7 D 31 0 10 11C 39 40
Octal 272 155 327 15 61 0 20 434 71 100
Binary 10111010 1101101 11010111 1101 110001 0 10000 100011100 111001 1000000

Color Harmonies of #BA6DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DD7

Black with #BA6DD7

Text Example


Text Example

White with #BA6DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DD7; }

 p { color: rgb(186,109,215); }

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

background-color css

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

 a { background-color: rgb(186,109,215); }

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

border-color css

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

 span { border-color: rgb(186,109,215); }

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