Html Css Color HEX #BA6BD6 Medium Orchid

📋 copy color: '#BA6BD6'

red 186 ◦ green 107 ◦ blue 214

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

Shades of Medium Orchid #BA6BD6

Tints of Medium Orchid #BA6BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 36.69%
G = 21.1%
B = 42.21%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6BD6 (or 0xBA6BD6) is known color: Medium Orchid. HEX triplet: BA, 6B and D6. RGB value is (186,107,214). Sum of RGB (Red+Green+Blue) = 186+107+214=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA6BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BD6 is #459429. Grayscale: #8E8E8E. Windows color (decimal): -4559914 or 14052282. OLE color: 14052282.

HSL color Cylindrical-coordinate representation of color #BA6BD6: hue angle of 284.3º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6BD6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 107 214 -
CMYK 0.13 0.50 0 0.16
HSL 284.3º 0.57% 0.63% -
HSV(B) 284.3º 0.5% 0.84% -
XYZ 37.64 25.81 66.62 -
YUV 142.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 186 107 214 0.13 0.50 0 0.16 284.3 0.57 0.63
Hex BA 6B D6 D 32 0 10 11C 39 3F
Octal 272 153 326 15 62 0 20 434 71 77
Binary 10111010 1101011 11010110 1101 110010 0 10000 100011100 111001 111111

Color Harmonies of #BA6BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BD6

Black with #BA6BD6

Text Example


Text Example

White with #BA6BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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