Html Css Color HEX #BA6FCA Medium Orchid

📋 copy color: '#BA6FCA'

red 186 ◦ green 111 ◦ blue 202

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

Shades of Medium Orchid #BA6FCA

Tints of Medium Orchid #BA6FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 37.27%
G = 22.24%
B = 40.48%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA6FCA (or 0xBA6FCA) is known color: Medium Orchid. HEX triplet: BA, 6F and CA. RGB value is (186,111,202). Sum of RGB (Red+Green+Blue) = 186+111+202=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FCA is #459035. Grayscale: #8F8F8F. Windows color (decimal): -4558902 or 13266874. OLE color: 13266874.

HSL color Cylindrical-coordinate representation of color #BA6FCA: hue angle of 289.45º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6FCA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 111 202 -
CMYK 0.08 0.45 0 0.21
HSL 289.45º 0.46% 0.61% -
HSV(B) 289.45º 0.45% 0.79% -
XYZ 36.59 26.07 58.98 -
YUV 143.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 186 111 202 0.08 0.45 0 0.21 289.45 0.46 0.61
Hex BA 6F CA 8 2D 0 15 121 2E 3D
Octal 272 157 312 10 55 0 25 441 56 75
Binary 10111010 1101111 11001010 1000 101101 0 10101 100100001 101110 111101

Color Harmonies of #BA6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FCA

Black with #BA6FCA

Text Example


Text Example

White with #BA6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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