Html Css Color HEX #BA6CC6 Medium Orchid

📋 copy color: '#BA6CC6'

red 186 ◦ green 108 ◦ blue 198

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

Shades of Medium Orchid #BA6CC6

Tints of Medium Orchid #BA6CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 37.8%
G = 21.95%
B = 40.24%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA6CC6 (or 0xBA6CC6) is known color: Medium Orchid. HEX triplet: BA, 6C and C6. RGB value is (186,108,198). Sum of RGB (Red+Green+Blue) = 186+108+198=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC6 is #459339. Grayscale: #8D8D8D. Windows color (decimal): -4559674 or 13003962. OLE color: 13003962.

HSL color Cylindrical-coordinate representation of color #BA6CC6: hue angle of 292º degrees, saturation: 0.44, 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 #BA6CC6 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 108 198 -
CMYK 0.06 0.45 0 0.22
HSL 292º 0.44% 0.6% -
HSV(B) 292º 0.45% 0.78% -
XYZ 35.81 25.24 56.41 -
YUV 141.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 186 108 198 0.06 0.45 0 0.22 292 0.44 0.6
Hex BA 6C C6 6 2D 0 16 124 2C 3C
Octal 272 154 306 6 55 0 26 444 54 74
Binary 10111010 1101100 11000110 110 101101 0 10110 100100100 101100 111100

Color Harmonies of #BA6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CC6

Black with #BA6CC6

Text Example


Text Example

White with #BA6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CC6; }

 p { color: rgb(186,108,198); }

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

background-color css

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

 a { background-color: rgb(186,108,198); }

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

border-color css

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

 span { border-color: rgb(186,108,198); }

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