Html Css Color HEX #BA6FD9 Medium Orchid

📋 copy color: '#BA6FD9'

red 186 ◦ green 111 ◦ blue 217

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

Shades of Medium Orchid #BA6FD9

Tints of Medium Orchid #BA6FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

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

R = 36.19%
G = 21.6%
B = 42.22%

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

#BA6FD9 (or 0xBA6FD9) is known color: Medium Orchid. HEX triplet: BA, 6F and D9. RGB value is (186,111,217). Sum of RGB (Red+Green+Blue) = 186+111+217=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD9 is #459026. Grayscale: #919191. Windows color (decimal): -4558887 or 14249914. OLE color: 14249914.

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

Color convert

RGB 186 111 217 -
CMYK 0.14 0.49 0 0.15
HSL 282.45º 0.58% 0.64% -
HSV(B) 282.45º 0.49% 0.85% -
XYZ 38.46 26.82 68.8 -
YUV 145.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 186 111 217 0.14 0.49 0 0.15 282.45 0.58 0.64
Hex BA 6F D9 E 31 0 F 11A 3A 40
Octal 272 157 331 16 61 0 17 432 72 100
Binary 10111010 1101111 11011001 1110 110001 0 1111 100011010 111010 1000000

Color Harmonies of #BA6FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FD9

Black with #BA6FD9

Text Example


Text Example

White with #BA6FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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