Html Css Color HEX #BA6BD7 Medium Orchid

📋 copy color: '#BA6BD7'

red 186 ◦ green 107 ◦ blue 215

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

Shades of Medium Orchid #BA6BD7

Tints of Medium Orchid #BA6BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

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

R = 36.61%
G = 21.06%
B = 42.32%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6BD7 (or 0xBA6BD7) is known color: Medium Orchid. HEX triplet: BA, 6B and D7. RGB value is (186,107,215). Sum of RGB (Red+Green+Blue) = 186+107+215=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA6BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BD7 is #459428. Grayscale: #8E8E8E. Windows color (decimal): -4559913 or 14117818. OLE color: 14117818.

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

Color convert

RGB 186 107 215 -
CMYK 0.13 0.50 0 0.16
HSL 283.89º 0.57% 0.63% -
HSV(B) 283.89º 0.5% 0.84% -
XYZ 37.77 25.86 67.29 -
YUV 142.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 186 107 215 0.13 0.50 0 0.16 283.89 0.57 0.63
Hex BA 6B D7 D 32 0 10 11C 39 3F
Octal 272 153 327 15 62 0 20 434 71 77
Binary 10111010 1101011 11010111 1101 110010 0 10000 100011100 111001 111111

Color Harmonies of #BA6BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BD7

Black with #BA6BD7

Text Example


Text Example

White with #BA6BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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