Html Css Color HEX #BA6DC7 Medium Orchid

📋 copy color: '#BA6DC7'

red 186 ◦ green 109 ◦ blue 199

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

Shades of Medium Orchid #BA6DC7

Tints of Medium Orchid #BA6DC7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 37.65%
G = 22.06%
B = 40.28%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA6DC7 (or 0xBA6DC7) is known color: Medium Orchid. HEX triplet: BA, 6D and C7. RGB value is (186,109,199). Sum of RGB (Red+Green+Blue) = 186+109+199=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC7 is #459238. Grayscale: #8E8E8E. Windows color (decimal): -4559417 or 13069754. OLE color: 13069754.

HSL color Cylindrical-coordinate representation of color #BA6DC7: hue angle of 291.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6DC7 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 109 199 -
CMYK 0.07 0.45 0 0.22
HSL 291.33º 0.45% 0.6% -
HSV(B) 291.33º 0.45% 0.78% -
XYZ 36.03 25.5 57.06 -
YUV 142.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 186 109 199 0.07 0.45 0 0.22 291.33 0.45 0.6
Hex BA 6D C7 7 2D 0 16 123 2D 3C
Octal 272 155 307 7 55 0 26 443 55 74
Binary 10111010 1101101 11000111 111 101101 0 10110 100100011 101101 111100

Color Harmonies of #BA6DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DC7

Black with #BA6DC7

Text Example


Text Example

White with #BA6DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DC7; }

 p { color: rgb(186,109,199); }

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

background-color css

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

 a { background-color: rgb(186,109,199); }

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

border-color css

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

 span { border-color: rgb(186,109,199); }

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