Html Css Color HEX #BA6FC6 Medium Orchid

📋 copy color: '#BA6FC6'

red 186 ◦ green 111 ◦ blue 198

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

Shades of Medium Orchid #BA6FC6

Tints of Medium Orchid #BA6FC6

RGB

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

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

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

R = 37.58%
G = 22.42%
B = 40%

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

#BA6FC6 (or 0xBA6FC6) is known color: Medium Orchid. HEX triplet: BA, 6F and C6. RGB value is (186,111,198). Sum of RGB (Red+Green+Blue) = 186+111+198=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FC6 is #459039. Grayscale: #8F8F8F. Windows color (decimal): -4558906 or 13004730. OLE color: 13004730.

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

Color convert

RGB 186 111 198 -
CMYK 0.06 0.44 0 0.22
HSL 291.72º 0.43% 0.61% -
HSV(B) 291.72º 0.44% 0.78% -
XYZ 36.13 25.89 56.52 -
YUV 143.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 186 111 198 0.06 0.44 0 0.22 291.72 0.43 0.61
Hex BA 6F C6 6 2C 0 16 124 2B 3D
Octal 272 157 306 6 54 0 26 444 53 75
Binary 10111010 1101111 11000110 110 101100 0 10110 100100100 101011 111101

Color Harmonies of #BA6FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FC6

Black with #BA6FC6

Text Example


Text Example

White with #BA6FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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