Html Css Color HEX #BA6ED9 Medium Orchid

📋 copy color: '#BA6ED9'

red 186 ◦ green 110 ◦ blue 217

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

Shades of Medium Orchid #BA6ED9

Tints of Medium Orchid #BA6ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.3%

R = 36.26%
G = 21.44%
B = 42.3%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA6ED9 (or 0xBA6ED9) is known color: Medium Orchid. HEX triplet: BA, 6E and D9. RGB value is (186,110,217). Sum of RGB (Red+Green+Blue) = 186+110+217=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED9 is #459126. Grayscale: #909090. Windows color (decimal): -4559143 or 14249658. OLE color: 14249658.

HSL color Cylindrical-coordinate representation of color #BA6ED9: hue angle of 282.62º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6ED9 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 110 217 -
CMYK 0.14 0.49 0 0.15
HSL 282.62º 0.58% 0.64% -
HSV(B) 282.62º 0.49% 0.85% -
XYZ 38.35 26.6 68.76 -
YUV 144.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 186 110 217 0.14 0.49 0 0.15 282.62 0.58 0.64
Hex BA 6E D9 E 31 0 F 11B 3A 40
Octal 272 156 331 16 61 0 17 433 72 100
Binary 10111010 1101110 11011001 1110 110001 0 1111 100011011 111010 1000000

Color Harmonies of #BA6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ED9

Black with #BA6ED9

Text Example


Text Example

White with #BA6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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