Html Css Color HEX #BA6EC6 Medium Orchid

📋 copy color: '#BA6EC6'

red 186 ◦ green 110 ◦ blue 198

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

Shades of Medium Orchid #BA6EC6

Tints of Medium Orchid #BA6EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

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

R = 37.65%
G = 22.27%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA6EC6 (or 0xBA6EC6) is known color: Medium Orchid. HEX triplet: BA, 6E and C6. RGB value is (186,110,198). Sum of RGB (Red+Green+Blue) = 186+110+198=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EC6 is #459139. Grayscale: #8E8E8E. Windows color (decimal): -4559162 or 13004474. OLE color: 13004474.

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

Color convert

RGB 186 110 198 -
CMYK 0.06 0.44 0 0.22
HSL 291.82º 0.44% 0.6% -
HSV(B) 291.82º 0.44% 0.78% -
XYZ 36.02 25.67 56.48 -
YUV 142.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 186 110 198 0.06 0.44 0 0.22 291.82 0.44 0.6
Hex BA 6E C6 6 2C 0 16 124 2C 3C
Octal 272 156 306 6 54 0 26 444 54 74
Binary 10111010 1101110 11000110 110 101100 0 10110 100100100 101100 111100

Color Harmonies of #BA6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EC6

Black with #BA6EC6

Text Example


Text Example

White with #BA6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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