Html Css Color HEX #BA3CD6 Medium Orchid

📋 copy color: '#BA3CD6'

red 186 ◦ green 60 ◦ blue 214

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

Shades of Medium Orchid #BA3CD6

Tints of Medium Orchid #BA3CD6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

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

R = 40.43%
G = 13.04%
B = 46.52%

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

#BA3CD6 (or 0xBA3CD6) is known color: Medium Orchid. HEX triplet: BA, 3C and D6. RGB value is (186,60,214). Sum of RGB (Red+Green+Blue) = 186+60+214=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA3CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CD6 is #45C329. Grayscale: #727272. Windows color (decimal): -4571946 or 14040250. OLE color: 14040250.

HSL color Cylindrical-coordinate representation of color #BA3CD6: hue angle of 289.09º 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 #BA3CD6 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 60 214 -
CMYK 0.13 0.72 0 0.16
HSL 289.09º 0.65% 0.54% -
HSV(B) 289.09º 0.72% 0.84% -
XYZ 34 18.53 65.4 -
YUV 115.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 186 60 214 0.13 0.72 0 0.16 289.09 0.65 0.54
Hex BA 3C D6 D 48 0 10 121 41 36
Octal 272 74 326 15 110 0 20 441 101 66
Binary 10111010 111100 11010110 1101 1001000 0 10000 100100001 1000001 110110

Color Harmonies of #BA3CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CD6

Black with #BA3CD6

Text Example


Text Example

White with #BA3CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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