Html Css Color HEX #BA6ADA Medium Orchid

📋 copy color: '#BA6ADA'

red 186 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #BA6ADA

Tints of Medium Orchid #BA6ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 36.47%
G = 20.78%
B = 42.75%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA6ADA (or 0xBA6ADA) is known color: Medium Orchid. HEX triplet: BA, 6A and DA. RGB value is (186,106,218). Sum of RGB (Red+Green+Blue) = 186+106+218=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ADA is #459525. Grayscale: #8E8E8E. Windows color (decimal): -4560166 or 14314170. OLE color: 14314170.

HSL color Cylindrical-coordinate representation of color #BA6ADA: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6ADA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 106 218 -
CMYK 0.15 0.51 0 0.15
HSL 282.86º 0.6% 0.64% -
HSV(B) 282.86º 0.51% 0.85% -
XYZ 38.06 25.81 69.31 -
YUV 142.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 186 106 218 0.15 0.51 0 0.15 282.86 0.6 0.64
Hex BA 6A DA F 33 0 F 11B 3C 40
Octal 272 152 332 17 63 0 17 433 74 100
Binary 10111010 1101010 11011010 1111 110011 0 1111 100011011 111100 1000000

Color Harmonies of #BA6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ADA

Black with #BA6ADA

Text Example


Text Example

White with #BA6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ADA; }

 p { color: rgb(186,106,218); }

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

background-color css

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

 a { background-color: rgb(186,106,218); }

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

border-color css

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

 span { border-color: rgb(186,106,218); }

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