Html Css Color HEX #BA6BDA Medium Orchid

📋 copy color: '#BA6BDA'

red 186 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #BA6BDA

Tints of Medium Orchid #BA6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.94%

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

R = 36.4%
G = 20.94%
B = 42.66%

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

#BA6BDA (or 0xBA6BDA) is known color: Medium Orchid. HEX triplet: BA, 6B and DA. RGB value is (186,107,218). Sum of RGB (Red+Green+Blue) = 186+107+218=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDA is #459425. Grayscale: #8E8E8E. Windows color (decimal): -4559910 or 14314426. OLE color: 14314426.

HSL color Cylindrical-coordinate representation of color #BA6BDA: hue angle of 282.7º 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 #BA6BDA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 107 218 -
CMYK 0.15 0.51 0 0.15
HSL 282.7º 0.6% 0.64% -
HSV(B) 282.7º 0.51% 0.85% -
XYZ 38.16 26.02 69.34 -
YUV 143.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 186 107 218 0.15 0.51 0 0.15 282.7 0.6 0.64
Hex BA 6B DA F 33 0 F 11B 3C 40
Octal 272 153 332 17 63 0 17 433 74 100
Binary 10111010 1101011 11011010 1111 110011 0 1111 100011011 111100 1000000

Color Harmonies of #BA6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BDA

Black with #BA6BDA

Text Example


Text Example

White with #BA6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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