Html Css Color HEX #BA6FD7 Medium Orchid

📋 copy color: '#BA6FD7'

red 186 ◦ green 111 ◦ blue 215

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

Shades of Medium Orchid #BA6FD7

Tints of Medium Orchid #BA6FD7

RGB

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

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

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

R = 36.33%
G = 21.68%
B = 41.99%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6FD7 (or 0xBA6FD7) is known color: Medium Orchid. HEX triplet: BA, 6F and D7. RGB value is (186,111,215). Sum of RGB (Red+Green+Blue) = 186+111+215=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD7 is #459028. Grayscale: #909090. Windows color (decimal): -4558889 or 14118842. OLE color: 14118842.

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

Color convert

RGB 186 111 215 -
CMYK 0.13 0.48 0 0.16
HSL 283.27º 0.57% 0.64% -
HSV(B) 283.27º 0.48% 0.84% -
XYZ 38.2 26.71 67.43 -
YUV 145.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 186 111 215 0.13 0.48 0 0.16 283.27 0.57 0.64
Hex BA 6F D7 D 30 0 10 11B 39 40
Octal 272 157 327 15 60 0 20 433 71 100
Binary 10111010 1101111 11010111 1101 110000 0 10000 100011011 111001 1000000

Color Harmonies of #BA6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FD7

Black with #BA6FD7

Text Example


Text Example

White with #BA6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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