Html Css Color HEX #BA6ED7 Medium Orchid

📋 copy color: '#BA6ED7'

red 186 ◦ green 110 ◦ blue 215

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

Shades of Medium Orchid #BA6ED7

Tints of Medium Orchid #BA6ED7

RGB

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

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

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

R = 36.4%
G = 21.53%
B = 42.07%

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

#BA6ED7 (or 0xBA6ED7) is known color: Medium Orchid. HEX triplet: BA, 6E and D7. RGB value is (186,110,215). Sum of RGB (Red+Green+Blue) = 186+110+215=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA6ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED7 is #459128. Grayscale: #909090. Windows color (decimal): -4559145 or 14118586. OLE color: 14118586.

HSL color Cylindrical-coordinate representation of color #BA6ED7: hue angle of 283.43º 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 #BA6ED7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 110 215 -
CMYK 0.13 0.49 0 0.16
HSL 283.43º 0.57% 0.64% -
HSV(B) 283.43º 0.49% 0.84% -
XYZ 38.09 26.5 67.4 -
YUV 144.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 186 110 215 0.13 0.49 0 0.16 283.43 0.57 0.64
Hex BA 6E D7 D 31 0 10 11B 39 40
Octal 272 156 327 15 61 0 20 433 71 100
Binary 10111010 1101110 11010111 1101 110001 0 10000 100011011 111001 1000000

Color Harmonies of #BA6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ED7

Black with #BA6ED7

Text Example


Text Example

White with #BA6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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