Html Css Color HEX #BA3BD6 Medium Orchid

📋 copy color: '#BA3BD6'

red 186 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #BA3BD6

Tints of Medium Orchid #BA3BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

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

R = 40.52%
G = 12.85%
B = 46.62%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA3BD6 (or 0xBA3BD6) is known color: Medium Orchid. HEX triplet: BA, 3B and D6. RGB value is (186,59,214). Sum of RGB (Red+Green+Blue) = 186+59+214=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA3BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BD6 is #45C429. Grayscale: #727272. Windows color (decimal): -4572202 or 14039994. OLE color: 14039994.

HSL color Cylindrical-coordinate representation of color #BA3BD6: hue angle of 289.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3BD6 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 59 214 -
CMYK 0.13 0.72 0 0.16
HSL 289.16º 0.65% 0.54% -
HSV(B) 289.16º 0.72% 0.84% -
XYZ 33.95 18.42 65.38 -
YUV 114.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 186 59 214 0.13 0.72 0 0.16 289.16 0.65 0.54
Hex BA 3B D6 D 48 0 10 121 41 36
Octal 272 73 326 15 110 0 20 441 101 66
Binary 10111010 111011 11010110 1101 1001000 0 10000 100100001 1000001 110110

Color Harmonies of #BA3BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BD6

Black with #BA3BD6

Text Example


Text Example

White with #BA3BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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